Search Results

Search: Posts Made By: necron
2,407
Posted By Klashxx
Quite close: awk '{a=$1;gsub(/...
Quite close:
awk '{a=$1;gsub(/ /,"");gsub(/,/,"-",a);sub(/^0/,"+31",$2);print a""FS$2$3}' FS=";" file
2,407
Posted By Klashxx
An awk: awk '{gsub(/...
An awk:
awk '{gsub(/ /,"");gsub(/,/,"-",$1);sub(/^0/,"+31",$2);print $1":"$2$3}' FS=";" file
Showing results 1 to 2 of 2

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