Search Results

Search: Posts Made By: ppucci
19,185
Posted By ctsgnb
awk '{a=$1"\n"$2;sub(".*"$3,$3);print a"\n"$0}'...
awk '{a=$1"\n"$2;sub(".*"$3,$3);print a"\n"$0}' yourfile

awk 'sub(".*"$3,$1RS$2RS$3)' yourfile
Showing results 1 to 1 of 1

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