![]() |
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 |
| Asterisk on IPCop Asterisk 1.4.20 for IPCop 1.4.18 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-21-2008 08:40 PM |
| Asterisk on IPCop Asterisk 1.4.19.2 for IPCop 1.4.18 (Default branch) | iBot | Software Releases - RSS News | 0 | 05-14-2008 07:20 AM |
| Asterisk on IPCop IPCop 1.4.18 with Asterisk 1.4.19.1 (Asterisk IPCop ISO branch) | iBot | Software Releases - RSS News | 0 | 04-26-2008 04:10 AM |
| Asterisk on IPCop Asterisk 1.4.19.1 for IPCop 1.4.18 (Default branch) | iBot | Software Releases - RSS News | 0 | 04-25-2008 04:10 PM |
| coping all files from a directory | pavan_test | UNIX for Dummies Questions & Answers | 1 | 07-23-2006 04:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How do you get a for loop to cope with one of the items being an asterisk?
for myResult in `echo "*"` do echo "$myResult" done The asterisk is returning a file listing in the PWD. The same result can be got from: for myResult in "*" do echo "$myResult" done How to I combat this? ![]() Cheers. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|