Hi there,
is it possible to use a the find
command in some way that it will not recourse into the sub directories?
e.g.
DirsRoot
|-->SubDir1
| |-OtherFile1
|-->SubDir2
| |-OtherFile2
|-File1
|-File2
And the result of something like find DirsRoot --donotrecuourse -type f
will be only File1, File2
? Anyone knows a way?
thanks!
f.