beating this to death:

#!/bin/bash
IFS="
"
for file in $(ls -1); do
    echo ">>""$file""<<"
done

cheers,

-matt zagrabelny


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to