Skip to content

Yyyyaaaannnnoooo/shell_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ terminal commands

# this is a comment

say something # speaking computer

pwd # print working directory

cd path/to/folder # change directory

cd .. # change to directory above

cd ~ # 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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages