Shell cheatsheet
Few commands I found very useful during development.
CommandDescription
man lsshow manual for command 'ls'
wc <file>words count
rm <file>remove/delete file
rm -i <file>remove/delete file (interactive, ask confirm)
rmdir <directory>remove/de...
giuliachiola.hashnode.dev2 min read