![]() |
|
|
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 parse a string efficiently | sandiego_coder | Shell Programming and Scripting | 4 | 05-13-2008 01:12 PM |
| Parse String Using Sed | racbern | Shell Programming and Scripting | 4 | 04-23-2008 01:14 PM |
| Parse String in XML file | racbern | Shell Programming and Scripting | 4 | 12-19-2007 12:26 PM |
| String parse question | mnreferee | Shell Programming and Scripting | 5 | 03-07-2007 12:30 AM |
| parse a string variable | methos | Shell Programming and Scripting | 3 | 10-18-2005 05:18 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
how to parse this string
I want to get filenames from the following input. How can I parse this in bash.
input data ------------------------------------------------------------------- path=/aaa/bbb/filename1;/aaa/filename2;/aaa/bbb/ccc/ddd/filename3 ------------------------------------------------------------------- output ------------------------------------------------------------------- filename1 filename2 filename3 ------------------------------------------------------------------- |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|