Hi, I am using the following code to get all the files with "#include" in cwd recursively(pls let me know if there is a better way).Whenever I run this code I get the below warnings.Has anyone faced such issue before?
my @grep_includes=`find.exe . -name "*" -print0 | xargs -0 grep -i #in +clude`; OUTPUT:- grep: ./files/tools/boot: Invalid request code grep: ./files/tools/boot/bin: Invalid request code grep: ./files/tools/usbdrivers: Invalid request code grep: ./files/tools/usbdrivers/win7: Invalid request code grep: ./files/tools/usbdrivers/xp: Invalid request code
In reply to "Invalid request code "error by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |