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...
- 02-17-2009 #1Just 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
- 02-18-2009 #2Linux 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.


Reply With Quote