![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Extracting from a tar file | nmalencia | UNIX Desktop for Dummies Questions & Answers | 1 | 03-22-2008 06:42 AM |
| Extracting from second word | ithirak17 | Shell Programming and Scripting | 3 | 02-14-2008 06:10 AM |
| extracting from tar.bz2 | Raom | UNIX for Advanced & Expert Users | 1 | 03-07-2006 10:33 AM |
| Extracting strings | hugow | UNIX for Dummies Questions & Answers | 1 | 06-24-2005 07:09 AM |
| extracting value from input | saswerks | Shell Programming and Scripting | 3 | 02-24-2005 06:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
I have file name (abcd001). I want to extract on the alphabets from this file name. I don't want the numeric part of it. Once i extract the alphabets the i can search for all those file. Could anyone help on this. Thanks in advance |
|
||||
|
Quote:
Thanks man that really worked. Here is it how it worked. echo abcd001 | tr -d [0-9] Output : abcd Thats what i wanted. I just wanted to extract abcd from the file name. Thanks you very much |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|