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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ganeshs
  • Order by date
  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