11 Awesome DD Commands

dd is a common Unix program whose primary purpose is the low-level copying and conversion of raw data. dd is an application that will "convert and copy a file"according to…

11 Not Sick Linux Commands

1) Create a pdf version of a manpage man -t manpage | ps2pdf - filename.pdf Quick and dirty version. I made a version that checks if a manpage exists (but…