
Core Unix Programs by todsacerdoti
This is a page from an upcoming zine called “The Secret Rules of the Terminal”.
To get an email when the zine comes out, sign up for the zine announcements list!
read the transcript!
basic file stuff
touch
– create filemkdir
– create directorycp
– copymv
– moverm
– deleteln
– create symlinkls
– list directory
how big is it
wc
– word countdu
– file size in bytesdf
– filesystem usage
slice & dice files
sed
– replace regextr
– replace charactergrep
– search file