Re: how to search for commands

2015-02-23 Thread Dan Douglas
On Mon, Feb 23, 2015 at 10:50 PM, wrote: > How do you search for commands? In powershell you have the get-command > cmdlet. Is there anything equivalent in unix? Depends on the type of command. For shell builtins, bash has `help': $ help '*ad' Shell commands matching keyword `*ad'

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?

bash-4.3 and ulimit -T

2015-02-23 Thread William Bader
I am running bash 4.3.33 that I built from source on Fedora 20 3.18.7-100.fc20.x86_64. When I run "help ulimit", the line for "-Tthe maximum number of threads" does not line up with the other options because the message in ulimit_doc[] around line 1443 of ulimit.c has 4 spaces after the -T i