# 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 scriptLatest commit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|