Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change(or add?) international phone code (prefix) in Sun Solaris 8 Env

Status
Not open for further replies.

try2222

Technical User
Dec 10, 2002
8
US
Hi all,

How can we perform the follwing settings:

- We have to modify the international phone code (prefix)
for a specific regional settings in SUN Solaris 8 Environment. Example:
I have +44 for the UK. We have to change(or add?) this value in +234.
Please Can you describe the procedure to do this step by step?
Thanks in advance for your helpful!.

Ciao a tutti.
 
You could use sed to change the +44 as follows:

/+44/c\+234

Put this in a file (say, sedfile) and use it as follows:

sed -f sedfile [yourfilename] > newsedfile

If necessary, having verified that the changes in newsedfile are OK, rename newsedfile to sedfile, overwriting the original. HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top