filenames - SunOS. Find files that do not contain the substring 'foo' in the file name -
Now I extract the file from my extension
Find / Export / Home /! \ (-name * .log -o -name * .out -o -name * .tmp \)
But I also want to exclude a file containing some string 'foo' I am
I can not use the GNU version, like some analog like "1 Foo% '" (PL SQL) is required.
Command "Find".
You are very close:
Search. / Export / home / -type f! \ (-name "* .log" -o -name "* .out" -o -name "* .tmp" -o -name "* foo *" \)
Comments
Post a Comment