Donnerstag, 8. November 2012

Some useful Linux shell commands

A short list of useful Linux commands I picked up along the way..

Dont judge, this piles evolution has just started! ;)


Splitting a file into several parts (based on filesize)

split -b 200M BigFile.txt
This will split the file into 200Mb pieces. Use M for Megabyte, k for Kilobyte and b for byte. Check out manual for more options.

Keine Kommentare:

Kommentar veröffentlichen