Search Results

Search: Posts Made By: mohtashims
8,910
Posted By mohtashims
Did you discard the exclusion of files that i...
Did you discard the exclusion of files that i mentioned in the OP ?

You seem to have only mentioned exclusion of directory while i wanted exclusion of files (which works in the OP command) along...
8,910
Posted By mohtashims
I did try -pathbut it fails find . -type...
I did try -pathbut it fails


find . -type f \( ! -name "*.tar*" ! -name "*.bkp*" ! -path "*/logs/*" \) -exec /usr/xpg4/bin/grep -i "user_1" /dev/null {} + >result.out
find: bad option -path...
8,910
Posted By mohtashims
Exclude directories in FIND command
Can you please help tweak the below command to exclude all directories with the name "logs" and "tmp"

find . -type f \( ! -name "*.tar*" ! -name "*.bkp*" \) -exec /usr/xpg4/bin/grep -i "user_1"...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy