Monday, May 20, 2013


Useful unix commands

#sort file, page output, print
sort file | pr -3 | lp
#write output to file
Cmd > dump
#take input from file
Cmd < file
#show last commands
Fc –l
#grep command
Grep word *.*


These are great unix commands that I use almost daily. I will keep appending to the list as I find new useful unix commands.

No comments:

Post a Comment