Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 187 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 187 Bytes

List all commands on Linux path.

Example :

./cmdlist.py | wc -l # Number of executables on path
./cmdlist.py | grep ls # Find ls on path and any command containing ls