I was wondering what does the <> do in a grep command
grep a b c, try to findain filebandcgrep <html> foo?
What does the <> do? Find the HTML tags?
|
feedback
|
|
When inside quotes...
...it does exactly that: find a
When not inside quotes, however, it doesn't do anything useful.
Most commonly used shells will treat the above equally: run command | |||||
feedback
|