Comment on Explaining Shell Commands in the Shell (2014)Comments−amelius11yDoes it work with the "find" command, and its overly complicated way of processing arguments?−japOP11yI think it gives decent results for something like: find . -name test -delete You can try it out online btw: https://www.mankier.com/?explain=%20find%20.%20-name%20test%...
Comments
Does it work with the "find" command, and its overly complicated way of processing arguments?
I think it gives decent results for something like:
You can try it out online btw: https://www.mankier.com/?explain=%20find%20.%20-name%20test%...