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 TouchToneTommy 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 ganeshs

  1. ganeshs

    Need help with unix script

    dear friend if you want to create directory list in same directory then use the following command : ls -lF |grep '/' > mfile if you want to create directory list in sub directory then use the following command : ls -lFR |grep '/' > mfile if you want to create file list in same...

Part and Inventory Search

Back
Top