beating this to death:
#!/bin/bash
IFS="
"
for file in $(ls -1); do
echo ">>""$file""<<"
donecheers, -matt zagrabelny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
beating this to death:
#!/bin/bash
IFS="
"
for file in $(ls -1); do
echo ">>""$file""<<"
donecheers, -matt zagrabelny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]