Search Results

Search: Posts Made By: varun_bharadwaj
1,402
Posted By methyl
By "subsequent" do you mean...
By "subsequent" do you mean corresponding?
1,402
Posted By Corona688
Do you need to compare each file with every other...
Do you need to compare each file with every other file, or just with the one found after it?

find /u/dev/local/abc -name ab.dat | while read LINE
do
if [ ! -z "$PREV" ]
then
...
1,402
Posted By Corona688
Oh, I see. You want to compare files in /dev/...
Oh, I see. You want to compare files in /dev/ with their corresponding files in /test/.

find /u/dev/local/abc /u/test/local/abc -name ab.dat |
sed 's#/u/dev/##g;s#/u/test/##g' | sort -u...
Showing results 1 to 3 of 3

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