explainshell icon indicating copy to clipboard operation
explainshell copied to clipboard

Incorrect parse in homepage example

Open ailisp opened this issue 4 years ago • 0 comments

One of homepage example: https://explainshell.com/explain?cmd=for%20user%20in%20%24%28cut%20-f1%20-d%3A%20/etc/passwd%29%3B%20do%20crontab%20-u%20%24user%20-l%202%3E/dev/null%3B%20done

The crontab -u ... should be group together

ailisp avatar Mar 05 '20 17:03 ailisp