Hello Raspberry Pi
Please visit my new address:
https://coxxect.blogspot.com/
Wednesday, April 1, 2015
List all Linux command available - compgen
To list all available Linux command can be run:
$ compgen -c
To list all command start with "ls"
$ compgen -c ls
To list all command contain the letters "ls"
$ compgen -c | grep ls
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment