I am getting errors when trying to run the exec from the script.
set dir /a/ab
exec cat $dir/04222002M? | sort -T. | uniq > M
the error I am getting is:
cat: cannot open /a/ab/06222002M?
Can any one point me what might be wrong here. any help is appreciated
Thanks
set dir /a/ab
exec cat $dir/04222002M? | sort -T. | uniq > M
the error I am getting is:
cat: cannot open /a/ab/06222002M?
Can any one point me what might be wrong here. any help is appreciated
Thanks