Shell

From RAJ INFO
Revision as of 18:49, 3 January 2010 by Raj (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • AWK To read a portion of a text file:
     $ awk '{print substr($1,1,10)}' file >newfile 
  • SED is the ultimate stream editor
  • WGET with authentication
    $ wget --http-user=usr --http-passwd=pwd http://link
  • SCP: Copy across servers