Skip to content

Instantly share code, notes, and snippets.

@koungkub
Created October 10, 2019 04:41
Show Gist options
  • Save koungkub/ee95f5e2aaab63cba129974da87e5a95 to your computer and use it in GitHub Desktop.
Save koungkub/ee95f5e2aaab63cba129974da87e5a95 to your computer and use it in GitHub Desktop.
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