What does this command do?
grep "<[^>]*>" inuux.xml
What is searching for?
|
What does this command do?
What is searching for? |
||||
|
|
It can be explained like this:
Presumably, this is for matching XML/HTML tags. It certainly isn't the best regex in the world, but it's quick, dirty, and probably works. |
|||||
|