Search Results

Search: Posts Made By: shell_newbie
26,365
Posted By shell_newbie
Thanks a lot for such a detailed explanation...
Thanks a lot for such a detailed explanation Birei!
26,365
Posted By shell_newbie
Thanks Birei, Can you explain the code? I...
Thanks Birei,

Can you explain the code? I am still a rookie with awk :p
26,365
Posted By shell_newbie
Compare columns in two different files using awk
Hi,

I want to compare the columns of two files excluding column 2 from both the files. I tried this awk command.

awk -F":" 'NR==FNR{++a[$1,$3,$4];next} !(a[$1,$3,$4])' file1.txt file2.txt ...
85,873
Posted By shell_newbie
How to filter only the last 'n' lines of a grep output?
I am running a grep query for searching a pattern, and the output is quite huge. I want only the last 200 lines to be displayed, and I am not sure if tail will do the trick (can tail read from std...
Showing results 1 to 4 of 4

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