Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

📝 terminal commands

# this is a comment
say something # speaking computerpwd# print working directorycd path/to/folder # change directorycd .. # change to directory abovecd~# change to home directory
ls # list content of directory
clear # clears terminal
touch index.html # create a file
mkdir folder-name # create folder
rm path/to/file # remove file ⚠️ without moving it to trash 🗑
rm -R path/to/folder # remove folder and its content ⚠️ without moving it to trash 🗑
bash path/to/shell-script.sh # run shell script

About

📝

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages