VinsWorldcom@C:\Users\VinsWorldcom> grep --help | grep exclude --exclude=PATTERN files that match PATTERN will be skipped. --exclude-from=FILE files that match PATTERN in FILE will be skipped. VinsWorldcom@C:\Users\VinsWorldcom> grep --exclude grep: option `--exclude' requires an argument Usage: grep [OPTION]... PATTERN [FILE]... Try `grep --help' for more information.