Search Results

Search: Posts Made By: reach2khan
5,951
Posted By reach2khan
I am using C shell. As per your advise i had this...
I am using C shell. As per your advise i had this change will this work in C shell.
awk 'FNR==NR {a[$0]++; next} '\!''($0 in a)' file[12]

Addl. queries.
-What do you mean by standard shell??...
5,951
Posted By reach2khan
As ! has a special meaning in C shell, will this...
As ! has a special meaning in C shell, will this work? Thinking we need to escape with \!($0 in a). Pls. advise.

How about using the below script , will this work in C shell?

awk '
last=NR; ...
5,951
Posted By reach2khan
Comparing 2 files using awk , not getting any results - C shell
I am using c shell and trying to compare 2 files using awk . But the below awk statement doesnt give any result. Pls. advise why am not getting the desired o/p with the corrected awk script.
Need...
Showing results 1 to 3 of 3

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