PDA

View Full Version : Linux Cheat Sheet



myusername
October 6th, 2008, 08:07 AM
i made a (what i think to be) very in depth linux cheat sheet here http://murderonsesamestreet.blogspot.com/2008/10/cheat-sheet.html if you guys could help me make it better that would be great and maybe we could sticky it somewhere on the forums

billgoldberg
October 6th, 2008, 08:13 AM
i made a (what i think to be) very in depth linux cheat sheet here http://murderonsesamestreet.blogspot.com/2008/10/cheat-sheet.html if you guys could help me make it better that would be great and maybe we could sticky it somewhere on the forums

http://linuxowns.wordpress.com/2008/04/23/hardy-cheat-sheet/

myusername
October 6th, 2008, 08:15 AM
http://linuxowns.wordpress.com/2008/04/23/hardy-cheat-sheet/

well screw that idea then lol

ad_267
October 6th, 2008, 09:21 AM
command1 | command2 - Does two commands at the same time
Should be:

command1 | command2 - Pipes the output of command1 into the input of command2

myusername
October 7th, 2008, 04:17 AM
command1 | command2 - Does two commands at the same time
Should be:

command1 | command2 - Pipes the output of command1 into the input of command2

thanks for the help