Search Results

Search: Posts Made By: rakeshv
1,099
Posted By elixir_sinari
With awk: awk ' BEGIN{print "Sch...
With awk:

awk '
BEGIN{print "Sch Date/Time\tDirectn\tDestination\tFile Format\t\tEERP Date/Time"
print "==============\t=======\t===========\t===========\t\t=============="
...
997
Posted By Scrutinizer
Try: awk '/^==/{if(f)print p; f=0; p=$0; next}...
Try:
awk '/^==/{if(f)print p; f=0; p=$0; next} END{if(f)print p} {p=p RS $0} /Attempts/{f=$2}' infile
Showing results 1 to 2 of 2

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