which paradigms does bash support

2015-01-25 Thread garegin16
As a programming language which paradigms does bash support. Declarative, procedural, imperative?

how to search for commands

2015-02-23 Thread garegin16
How do you search for commands? In powershell you have the get-command cmdlet. Is there anything equivalent in unix?

Re: how to search for commands

2015-02-24 Thread garegin16
hmm. but can I use a wildcard with any of them. For example search for all commands which contain the word "nice". Which would bring up ionice.