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

Re: Maybe offtopic: Dealing with filenames with blanks in a script



> I'm trying to manage files that have one or more blanks in their names


Not seen on the thread :

IFS="
"
for i in `ls *`; do ls $i; done


-- 
xavier



Reply to: