Search Results

Search: Posts Made By: optik77
6,261
Posted By Corona688
Not sure where that went wrong, this one runs ...
Not sure where that went wrong, this one runs
find . -maxdepth 1 -type f -iname '*.txt' -o -iname '*.pdf' |
awk -v FS="." '{ print $2 }' | sort -u |
while read BASE
do
( echo...
4,860
Posted By mirni
@ Dahu: your solution is incorrect: ls...
@ Dahu: your solution is incorrect:

ls Folder2/$file Folder3/$file*will return non-zero even if $file exists in one of the dirs (but doesn't in the other). You are also missing keyword 'in' in the...
Showing results 1 to 2 of 2

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