File & Folder
command | what for? | info |
---|---|---|
ncdu -x /path | Disk usage analyzer with an ncurses interface | Ncurses disk usage |
rsync -r -v –progress –bwlimit <kbits> user@remote-system:source target | Copy files with bandwidth limit between two computers | |
rsync -r -v –progress –bwlimit <kbits> source target | Copy files with bandwidth limit on local disk |
Exec
command | what for? | info |
---|---|---|
timeout <time> <command> | Run a command for only a specific time, and then kill it automatically once the time is passed | part of the GNU coreutils package |