![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 11:10 AM |
| SSH Problem auth problem | budrito | UNIX for Advanced & Expert Users | 1 | 03-17-2004 10:12 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problem with SED
Hi,
I have to use SED to remove the prefix "219-" from a text file containing phone numbers and I have to remove the ":" as well. I write the following code but it does not seem to work. Can someone help me please? Code:
mohit@mohit-desktop:~$ sed -n s/219-/" "/p corp_phones_bak > noprefix1 mohit@mohit-desktop:~$ sed -n s/:/" "/p noprefix1> noprefix mohit@mohit-desktop:~$ cat no prefix cat: no: No such file or directory cat: prefix: No such file or directory mohit@mohit-desktop:~$ cat noprefix 432-4567 Harrison:Joel:M:4540:Accountant:09-12-1985 432-4587 Mitchell:Barbara:C:4541:Admin Asst:12-14-1995 432-4589 Olson:Timothy:H:4544:Supervisor:06-30-1983 432-4591 Moore:Sarah:H:4500 Dept Manager:08-01-1978 432-4527 Polk:John:S:4520:Accountant:09-22-1998 mohit@mohit-desktop:~$ |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|