View Single Post
Old Apr 4th, 2005, 6:54 PM   #2
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
I only got this far before giving up...

This shows all the *.zip files (not all but *.zip)...

#!/bin/bash
CMD="*.zip"
echo $CMD
tempest is offline   Reply With Quote