Thursday, April 25, 2013

some common abbreviation of linux


File creation and editingTuesday,                     
Emacs=text editor
Vim=text editor
Umask=set default file protections
Soffice=edit word/exel/powerPoint doc
Abiword=edit word document
Gunmeric=edit exel document
File properties
Stat=display file attributes
Wc=counts bites/words/lines
Du=measure disk usage
File=identify file types
Touch=change file timestamps
Chown=change file owner
Chgrp=change file group
Chmod=change file protections
Chattr=change advanced file attributes
File locations
Find=locate files
Slocate=locates commands
Which=locate commands
Whereis=locates stand files
File text manipulation
Grep=search text for matching lines
Cut=extract culumns
Paste=append culumns
Tr=translate charecters
Sort=sort lines
Uniq=locate identical lines
Tee=copy stdin to afile and to stdout simultaneously

thanks

No comments:

Post a Comment

show