Search Results

Search: Posts Made By: ranjanp
1,479
Posted By ranjanp
I have a third file that I need to compare, which...
I have a third file that I need to compare, which contains following data:

MAT1|99|ALL|TRA|2
MAT1|100|ALL|STM|3
MAT1|75|MLL|STM|1

How can I compare the file1 with this file3?
File1 only...
1,479
Posted By ranjanp
How do you write the records that didn't match to...
How do you write the records that didn't match to a logfile?
1,479
Posted By ranjanp
How to create a script to compare 2 files?
I have two files
File1 and File2 will contains same number of fields.
The rows in File1 can be found anywhere in File2.
If any rows from File1 doesn't match to File2 then write those records to a...
1,230
Posted By ranjanp
Ftp script to output a directory name
Is there any way to include a directory name before the filename
in the ftp session? Here is the script.

DIRECTORY=`cat directory.txt|sed '/^$/d'`

(
exec 4>&1
ftp -n>&4 2>&4|&
...
Showing results 1 to 4 of 4

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