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 strongm 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: ashraf999
  • Order by date
  1. ashraf999

    script to create subfolders

    You can always use: mkdir -p to create all the directories and their subdirectories in one line For example suppose you want to create a directory called "a" and the subdirectory "b" Then type mkdir -p /directory_name/a/b

Part and Inventory Search

Back
Top