Search Results

Search: Posts Made By: cemokam65
1,799
Posted By anbu23
awk '/^GIR/ {GN = $0}; /^LIN/ {LN = $0} /^QTY/...
awk '/^GIR/ {GN = $0}; /^LIN/ {LN = $0} /^QTY/ {print GN, LN, $0, FILENAME}' DVA* >>$tarih_report1.txt
1,799
Posted By RudiC
Your own approach could be condensed and then...
Your own approach could be condensed and then complemented like
awk '/GIR/,/QTY/' file | grep -v "IMD\|LOC" | paste -sd" \n"
GIR+4+0012C-0294:AN++JM:AT' LIN+++33.25480-5827:IN' QTY+131:1:C62'...
Showing results 1 to 2 of 2

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