www.evidhyashala.com provides free free mock test , free online exam , online exam free test series , online exam free , Online Test Exam Series , free exam papers past papers , online exam form ,Online Test Series for Exam Prep. Free Mock Tests - for All govt jobs. Bank PO, Clerk, SSC CGL, CHSL, JE, GATE, Insurance, Railways, IBPS RRB, SBI, RBI, IPPB, BSNL TTA

Sponser Link

know more info pls click here

find (stuff quickly) Unix (OS) Command/R&d22112011

find (stuff quickly)
  • Syntax: find path expression

  • Searches recursively through all subfolders
                   $ find /path/ name  ”file.txt” 
                   $ find . type  f \( iname "*.sh" or \ iname "*.pl" \)

  • -iname for case insensitive search
  •  -type f finds only files and -type d only folders
  • Example: find files ending with either 'sh' or 'pl':
  •  Use a \ to continue a long line

0 comments:

Popular Posts