Search Results

Search: Posts Made By: Nani369
6,679
Posted By Shell_Life
sed -n '/MMM/{N;N;N;N;N;N;N;N;N;N;p;}' Inp_File |...
sed -n '/MMM/{N;N;N;N;N;N;N;N;N;N;p;}' Inp_File | paste -d, - - - - - - - - - - -
6,679
Posted By neutronscott
Adjust FindString and l as necessary. awk...
Adjust FindString and l as necessary.


awk '/FindString/ { l=10; } l&&l-- {printf("%s%s", $0, l?",":"\n");}' file
Showing results 1 to 2 of 2

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