Results 1 to 3 of 3
Good morning Team,
I need some help please, I would like to list all the files in a folder called backup anywhere on the system where that folder is..
Any ...
- 07-03-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 5
help with bash
Good morning Team,
I need some help please, I would like to list all the files in a folder called backup anywhere on the system where that folder is..
Any help would be great..
Thanks from Alan
- 07-03-2008 #2
hi,
does this do it
Code:find / -type d -name backup -exec ls {} \; 2> /dev/nullLinux and me it's a love story
- 07-03-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 5


Reply With Quote
