Evan Gates wrote:

Not sure about the preprocessor stuff, but this right here
is terrible practice. Use a for loop and glob. Assuming
that "$1" is a directory:

for p in "$1"/*; do ...

http://mywiki.wooledge.org/ParsingLs

http://porkmail.org/era/unix/award.html

--
caóc


Reply via email to