Problem in writing a shell
i am coding a shell with exec commands for a hw
i am in a trouble when i want to enter commands such that:
ls *.txt
cat *.txt
ls and cat are working well except this situation.
What must i code to correct this thing?
Thanks.
|