Search Results

Search: Posts Made By: reldb
2,498
Posted By MadeInGermany
Untested: awk '{store=(store ORS $0)} /BEGIN/...
Untested:
awk '{store=(store ORS $0)} /BEGIN/ {store=$0} /END/ && store ~ /KSH is awesome/ {print store}' MyFileName
One store variable -> can be done with sed and its hold space.
sed -n 'H;...
Showing results 1 to 1 of 1

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