Search Results

Search: Posts Made By: MrEddy
2,411
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,411
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
3,003
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 03:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy