$ IFS=':' i=($PATH); printf '%s\n' ${i[*]/%//*}
Sunday, December 6, 2009
List all available commands
Here's a shortcut to list all available commands in your Linux distribution.
Labels:
linux,
tips/tricks
No comments:
Post a Comment