![]() |
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 |
| space in output from awk command | lalelle | Shell Programming and Scripting | 7 | 08-14-2007 07:51 AM |
| empty space in java command through unix | shweta_d | Shell Programming and Scripting | 2 | 06-27-2007 05:37 PM |
| UNIX export command - memory space | Nomaad | UNIX for Advanced & Expert Users | 2 | 04-10-2006 08:49 PM |
| Command to list used space in VG? | Stephan | UNIX for Dummies Questions & Answers | 2 | 11-03-2005 03:34 PM |
| Preserving space during command substitution | Sabari Nath S | UNIX for Dummies Questions & Answers | 1 | 10-04-2005 09:16 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
SED command to change ./ to a space
Hello, i'm trying to remove the ./ from this file using this SED command:
sed 's/.///g' all3.lst > all4.lst Does anyone know the correct format for this? For example, i'm trying to convert ./_ABMSTR.TXT.out to: _ABMSTR.TXT.out Thanks very much for you help on this! BobK ./REVISED/_C5MSTR.TXT.out ./REVISED/_MCMSTR.TXT.out ./_ABMSTR.TXT.out ./_ADMSTR.TXT.out ./_AQMSTR.TXT.out ./_BAMSTR.TXT.out ./_C2MSTR.TXT.out ./_C3MSTR.TXT.out ./_C4MSTR.TXT.out ./_CBMSTR.TXT.out ./_CFMSTR.TXT.out ./_CGMSTR.TXT.out |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|