Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Bash file manipulation cheat sheet

cd - change directory

cd .. - change to parent directory

pwd - print working directory

mkdir - make directory

rmdir - remove empty directory

rm - remove a file

rm -r - removes non-empty directory

ls - list content of directory

ls -a - lists also hidden files

clear - clear the shell

Git cheat sheet

  • No labels