[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bash question



beating this to death:

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

cheers,

-matt zagrabelny



Reply to: