I've tried using a "for" construct in bash and tcsh, but neither could
catch the whole filename. e.g.
# bash:
for FILE in *; do
ls $FILE
done
# tcsh:
foreach FILE ( * )
ls $FILE
end
Neither of the above could list the files, both only gave me bunches of
file-not-found messages for name fragments.
-- # Ken Lai <min-ken.lai@yale.edu> also at ken.lai@WriteMe.com # http://pantheon.yale.edu/~ml267/ ICQ# 5845632