ls- list directorypwd- print working directorycd- change directorywhoamicat- print whole filehead- show file from the starttail- show file from the endgrep- search for text in [file]echo- prints texttouch- touch file (create if doesn't exist)rm- remove filemkdir- create a new directorytldr- show short help
grep -n -B 2 -A 1 head README.mdecho hello >> README.md
echo Hello world > main.py# mac:
brew install tldr
# *ubuntu:
apt install -y tldr