I’m trying to write a foreach command using sed, something like:
foreach f (*csv)
sed -e s/,/t/g > tp.$f.tp
end
This does not seem to work? I think this script needs some guidance.
I’m looking for guidance to correct this script.
Thanks.
Lester