![]() |
|
|
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 |
| Removing certain characters in a file | bombcan | Shell Programming and Scripting | 2 | 04-25-2008 04:53 PM |
| Removing special characters in file | srivsn | Shell Programming and Scripting | 6 | 01-03-2008 06:10 AM |
| Help with removing characters like ^M | chiru_h | Shell Programming and Scripting | 16 | 02-13-2007 10:07 AM |
| Removing characters from a string | mh53j_fe | Shell Programming and Scripting | 3 | 06-03-2005 01:35 PM |
| Removing characters from end of $string | craig2k | Shell Programming and Scripting | 3 | 03-25-2003 10:38 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
removing characters from end of string
I am in a UNIX programming course and I have a problem in which I have to make a shell script that accepts two arguments. The first is an existing file and the second is a suffix to remove from the end of the file's name.
Example: unsuffix file1.temp .temp This will take the second argument ".temp" and remove it from the file name "file1.temp" and rename the file to "file1". I can't figure out an effective way of removing the second argument from the end of the file name. If anyone can give me a clue as to how to go about this I would really appreciate it. BTW Whether it matters or not it is on a AIX box and we use Korn as our default shell but we run our scripts under Bourne. Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|