Find the answer to your Linux question:
Results 1 to 2 of 2
Hi All, Can some body write me a script (shell script) which can create a blank test file in all sub-directories upto 5-6 levels? thanks...
  1. #1
    Just Joined!
    Join Date
    Jan 2008
    Posts
    49

    script that create a blank file in all sub-directories.

    Hi All,

    Can some body write me a script (shell script) which can create a blank test file in all sub-directories upto 5-6 levels?

    thanks

  2. #2
    Linux User
    Join Date
    May 2008
    Location
    NYC, moved from KS & MO
    Posts
    251
    Commands find and touch are all you need. Type man find and man touch to find out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...