![]() |
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 |
| tell me whats wrong with this | nadman123 | Shell Programming and Scripting | 1 | 04-15-2008 12:58 AM |
| Whats the meaning | dhananjaysk | Shell Programming and Scripting | 7 | 03-16-2006 09:43 AM |
| Whats Behind Your Name? | What's on Your Mind? | 66 | 10-18-2005 08:40 PM | |
| Whats the go? | Neo | Post Here to Contact Site Administrators and Moderators | 1 | 10-01-2004 12:52 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Whats does this mean
Found this piece of code written in ksh. I have no ideas what do the stuff like ${SRF##*\.} do.
SUFFIX=${SRF##*\.} if [ "$SUFFIX" = "${SRF}" ]; then SUFFIX="" fi I have encountered similar expressions in other programs also. Any pointers on where to learn more about these strange expressions would be really helpful. Thanks, JP |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|