bug-bash
[Top][All Lists]
Advanced

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

Problems processing file list


From: Misbah Qidwai
Subject: Problems processing file list
Date: Fri, 20 Dec 2002 17:49:47 -0600

Hi,

I need help trying to process a file list that contains filenames which have escaped-spaces in the filename. I have looked around using search engines, but have not had much luck. Can someone with some experience/code please make some suggestions? I am currently using the following piece of code that I am having trouble with:

files=`ls -b .`
for file in $files
do
  dosomeworkwith $file
done

Thanks!

Misbah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]