Frecuently used tasks
Folder size on disk (contents) $ du -hs /path/to/directory
$ du -hs /path/to/directory
Convert case echo $string | tr A-Z a-z
echo $string | tr A-Z a-z