I am using MKS toolkit to mimic grep commands on my windows terminal server. IN grep you canuse the -r to search all sub directories.
This isn't recognized in the MKS toolkit. and i was looking for a way to search all the sub-directories.
grep -r "redemption" *.[wip]
This is what im tring to do.
this is what i get
GREP: Unknown option -r.
Anyone know how can search all this including sub-directories?
2007-07-25
02:33:27
·
2 answers
·
asked by
dayv2005
2
in
Computers & Internet
➔ Programming & Design
i tried them both and it seems to not be working right.
this is what i typed in
"fn -name '*.wip' | grep redemption"
it is saying file not found am i doing something wrong
2007-07-25
03:02:22 ·
update #1