![]() |
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 |
| How to replace any char with newline char. | mightysam | Shell Programming and Scripting | 5 | 09-18-2008 08:15 PM |
| extraction of last but one char | hidnana | Shell Programming and Scripting | 5 | 02-14-2008 08:22 AM |
| char c = 882 | useless79 | High Level Programming | 1 | 07-30-2007 05:16 AM |
| char *p and char p[]. | arunviswanath | High Level Programming | 4 | 07-20-2006 02:11 AM |
| \n char in C | C|[anti-trust] | High Level Programming | 1 | 05-05-2005 06:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sed - delete until char x
Hi,
I got a Textfile contains hundreds of lines like this: PHP Code:
PHP Code:
|
|
||||
|
Quote:
I tested: sed -n 's/[^\$]*\$//p', but didnt work, what ive to do in this case? thanks in advance |
|
||||
|
Code:
sed -n 's/[^$]*\$//p' |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|