Search Results

Search: Posts Made By: rajx
1,509
Posted By rajx
Hi,
Pls check the following command

comm -13 <(sort file1) <(sort file2)

Thanks,
Thangaraju.
4,132
Posted By rajx
Same Changes to multiple Scripts
you use following script

for file in $*
do
sed 's/string/string1/g' $file>,$file
mv ,$file $file
done

i hope this will help u
2,498
Posted By rajx
Thanks for your response,but i need following
I have two files:

FILE1:

somedata
<html>
<head>
This is sample statement
......
......
</head>
</html>
somedata

FILE2:

olga 81 91 B A
rene 82 92 B A
zack 83 93
2,498
Posted By rajx
Regarding Replacement
I have two files:

file1:
somedata
<html>
<head>
This is sample statement
......
......
</head>
</html>
somedata

file2:
olga 81 91 B A
rene 82 92 B A
zack 83 93

Expextd Result:
Showing results 1 to 4 of 4

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