![]() |
|
|
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 put wildcard in path set | mail2sant | Shell Programming and Scripting | 1 | 04-03-2008 11:14 PM |
| sed help/wildcard substitution | Mike@NZ | Shell Programming and Scripting | 4 | 03-28-2008 05:34 PM |
| Disable wildcard | Rock | Shell Programming and Scripting | 5 | 01-24-2007 09:36 AM |
| wildcard | abhi | UNIX for Dummies Questions & Answers | 13 | 02-15-2005 01:43 AM |
| Find wildcard .shtml files in wildcard directories and removing them- How's it done? | Neko | UNIX for Dummies Questions & Answers | 1 | 06-27-2001 10:06 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
wildcard foldername
Is there a way to wildcard the folder name?
v_swap1="Swap Space in GB:" v_swap2=`awk 'NR==2{print $4*512/(1024*1024*1024)}' /opt/SUNWexplo/output/explorer.zeus/disks/swap-l.out` echo $v_swap1 $v_swap2 Actually under /opt/SUNWexplo/output I have 2 explorer with their tar.gz format. For example, explorer.zeus1 explorer.zeus2 explorer.zeus1.tar.gz explorer.zeus2.tar.gz I want to access either explorer.zeus1 or explorer.zeus2 (the real names are: explorer.05e32374.zeus-2008.02.29.23.30 and explorer.08630c21.zeus-2007.06.08.22.30) how to do that? thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|