Created
October 10, 2019 04:41
-
-
Save koungkub/ee95f5e2aaab63cba129974da87e5a95 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for cmd in $(bash -c 'compgen -c | sort'); do | |
echo $cmd "=>" $(tldr $cmd); | |
done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment