Search Results

Search: Posts Made By: vasil
2,067
Posted By Scrutinizer
Alternatives, simple: awk '1; /M3UA-Rx:...
Alternatives, simple:
awk '1; /M3UA-Rx: }/{print x}' infile | awk '/tp-da. *: 0\.1\.078394420/' RS=

single awk:
awk '/M3UA-Rx: UDT{/{r=$0; next} {r=r RS $0} /tp-da. *: 0\.1\.078394420/{f=1}...
2,067
Posted By Don Cragun
The non-interactive text editors are great for...
The non-interactive text editors are great for this kind of thing. Either of the following should work on any system with a POSIX conforming ed or ex:
ed -s file <<-"EOF"
g/tp-da *:...
Showing results 1 to 2 of 2

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