Search Results

Search: Posts Made By: makrami
56,681
Posted By makrami
its give me this error awk: syntax error...
its give me this error

awk: syntax error near line 1
awk: bailing out near line 1

regards,
Ismail
56,681
Posted By makrami
its give me nothing
its give me nothing
56,681
Posted By makrami
Find the intersection between two files
How can find the intersection between files
for Example:
file1
entry1
entry2
entry3
entry33


file2
entry2
entry4
entry5
.
.
.
.
the output should be
entry2
59,112
Posted By makrami
I'm using this line to find the difference...
I'm using this line to find the difference between two files

To find data that exists in the file1 not exists in file2
diff file1 file2| grep '<' | tr -d '< '


To find data that...
Showing results 1 to 4 of 4

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