786snow
Programmer
- Nov 12, 2006
- 75
Hi,
I am trying to send grep results to the file test.tx but it gives me the following message.
grep -r "Etrade" . > test.txt
ksh: cannot create test.txt: Permission denied
Then when I created the file text.txt manually and tried to send the results to the text.txt like the folllowing, same thing happened again.
grep -r "Etrade" . > test.txt
ksh: cannot create test.txt: Permission denied
I am trying to send grep results to the file test.tx but it gives me the following message.
grep -r "Etrade" . > test.txt
ksh: cannot create test.txt: Permission denied
Then when I created the file text.txt manually and tried to send the results to the text.txt like the folllowing, same thing happened again.
grep -r "Etrade" . > test.txt
ksh: cannot create test.txt: Permission denied