Search Results

Search: Posts Made By: sudhakar T
1,434
Posted By RudiC
Try alsogrep -o "SRC_.*$" file
Try alsogrep -o "SRC_.*$" file
1,434
Posted By Don Cragun
Try: awk '/SRC_/ {print substr($0, index($0,...
Try:
awk '/SRC_/ {print substr($0, index($0, "SRC_"))}' file
If you are using a Solaris/SunOS system, change awk to /usr/xpg4/bin/awk, /usr/xpg6/bin/awk, or nawk.
Showing results 1 to 2 of 2

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