Search Results

Search: Posts Made By: MrEddy
2,332
Posted By alister
It would be easier to use sed: sed 's/\./:/4' ...
It would be easier to use sed:
sed 's/\./:/4'
Regards,
Alister
2,332
Posted By Yoda
echo 74.125.224.194.80 | awk -F"."...
echo 74.125.224.194.80 | awk -F"." 'NF==5{v=$NF;sub(/\.[0-9]+$/,":"v)}1'
2,975
Posted By kamalkishore
If you really dont want the data why are you...
If you really dont want the data why are you using 'awk' command.

If you still want to send output to nowhere
try

your awk command > /dev/null
Showing results 1 to 3 of 3

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