Search Results

Search: Posts Made By: yesmani
3,680
Posted By jim mcnamara
You can use find based on file names I picked...
You can use find based on file names I picked names randomly you need to select ones you want to exclude.

find /path/to/files -type f ! \( -name '*.jar' -o -name '*.zip' -o -name '*.class' \)...
3,680
Posted By rdrtx1
find . -type f -exec grep -Iq . {} \; -and -print...
find . -type f -exec grep -Iq . {} \; -and -print | xargs dos2unix -
Showing results 1 to 2 of 2

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