Bob Wills
500+ Posts
I would like to run a program (foobar) on a bsd system on all of the files in a directory without having to type out the name of each file:
e.g.
./foobar /this/directory/firstfile
./foobar /this/directory/secondfile
./foobar /this/directory/thirdfile
./foobar /this/directory/[...]
./foobar /this/directory/lastfile
Any recommendations?
e.g.
./foobar /this/directory/firstfile
./foobar /this/directory/secondfile
./foobar /this/directory/thirdfile
./foobar /this/directory/[...]
./foobar /this/directory/lastfile
Any recommendations?