/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
man --path | perl -pe 's/:/\n/g' | xargs -J% -n1 find % -type f | xargs basename | sort -u