Thread
:
syntax problems.
View Single Post
Apr 4th, 2005, 6:54 PM
#
2
tempest
Programming Guru
Join Date: Oct 2004
Posts: 1,041
Rep Power:
5
I only got this far before giving up...
This shows all the *.zip files (not all but *.zip)...
(
Toggle Plain Text
)
#!/bin/bash CMD="*.zip" echo $CMD
#!/bin/bash CMD="*.zip" echo $CMD
tempest
View Public Profile
Find More Posts by tempest