- #1
ehrenfest
- 2,020
- 1
Is it possible to do a for loop at the command line over all files in a given directory using the tcsh shell? I want to loop over all files and apply some commands (e.g. sed) to each one.
EDIT: I called it a "for" loop because I saw a "for" command when I googled this problem but of course I just want to loop over all the files
EDIT: I called it a "for" loop because I saw a "for" command when I googled this problem but of course I just want to loop over all the files