Skip to content
falceso edited this page Jan 12, 2018 · 5 revisions

How to get directory size. du -sh directory

List Files: ll -ah

Change Directory cd dir

Change back to home cd

Current Directory pwd

https://learncodethehardway.org/unix/bash_cheat_sheet.pdf

Helpful Search for String grep -rnw 'Dir' -e 'String'

Simple Rsync rsync -r --progress {directory|file} {directory2|file2}

Clone this wiki locally