Search Results

Search: Posts Made By: kanthrajgowda
8,093
Posted By anurag.singh
Here is the explaination of above command (Go...
Here is the explaination of above command (Go through any awk tutorial to get a basic idea of how awk works.)
awk processes input file line by line and in each line, $0 represents the whole line, $1...
8,093
Posted By anurag.singh
awk 'NR==FNR{a[$2]=$0;next;}{print $0,a[$2]}'...
awk 'NR==FNR{a[$2]=$0;next;}{print $0,a[$2]}' secondFile firstFile
Showing results 1 to 2 of 2

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