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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -