Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jzzhang71

  1. jzzhang71

    Grep for every occurance

    This command will do the work: find dir -exec grep -l 192.168.1.23 {} \; where dir is the top directory you want to search from. Good luck
  2. jzzhang71

    date variable manipulation

    At end of your program, echo today's date into a file called .yesterday.

Part and Inventory Search

Back
Top