Pario TechnoBlob
About Posts

Posts

someprog > /dev/null 2>&1 The first part, “> /dev/null” means send standard output to the ‘bit bucket” or in other words, throw it away. The second part, “2>&1” means “redirect standard error...
Feb 9, 2007 3:47PM
Dump/image CDROM to ISO file dd if=/dev/cdrom of=/path/til/ISO-fil
Feb 9, 2007 12:19AM
Replace all instances of one word with another in a file sed -i 's/ord1/ord2/g' filnavn
Feb 9, 2007 12:18AM
Remove comments and blank lines from a file sed -i '/.#/d;/^$/d' filnavn
Feb 9, 2007 12:17AM
«« « 1 2 3  …  116 117 118  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom