![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| macro expansion in vi editor | cleopard | High Level Programming | 0 | 05-01-2008 10:06 AM |
| Perl: Filename expansion? | davidg | Shell Programming and Scripting | 6 | 01-14-2008 03:48 PM |
| Pattern expansion problem | njoshi | Shell Programming and Scripting | 5 | 04-24-2007 12:28 PM |
| Basic variable expansion not working... | Zammy_bg | Shell Programming and Scripting | 5 | 04-21-2007 04:32 PM |
| AIX Expansion CD | almuwatta | AIX | 0 | 06-23-2005 05:07 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
ksh on HP-UX -- variable expansion
We have a script that runs in ksh on HP-UX 11.11. It takes three arguments. The last argument can be a filename or wildcard character. For example:
Code:
script -s hello -t goodbye '*.d*' The problem: If there is a filename that matches the pattern of the final argument, that filename(s) get passed onto the script, instead of *.d* How do I make sure the string I put in the command line gets passed on, no matter what is in the current directory? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|