Search Results

Search: Posts Made By: Atrisa
4,645
Posted By Franklin52
I'm sorry, this should work: awk...
I'm sorry, this should work:
awk 'NR==FNR{a[$1]=$2; next}a[$1]{print $1, a[$1], $0}' file1 file2
1,320
Posted By JavaHater
awk -vRS="" -vFS="\n" '/Age/{re=$1} $0~re{print...
awk -vRS="" -vFS="\n" '/Age/{re=$1} $0~re{print }' file
Showing results 1 to 2 of 2

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