[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: aliases v. functions; command extension? (-f & -F)?
From: |
Chet Ramey |
Subject: |
Re: aliases v. functions; command extension? (-f & -F)? |
Date: |
Mon, 11 Jan 2016 16:33:40 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 |
On 1/11/16 11:08 AM, Reuti wrote:
>> Yes. The output is intended to show how a name would be resolved if used
>> as a command. The order is
>>
>> alias
>> reserved word
>> function
>> builtin
>> command hash table
>> PATH search
>
> Great. May I suggest to add this table to the man page? In section "COMMAND
> EXECUTION" it's already explained in the text, but such a table would be
> handy.
Because only functions and following are relevant to that section.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
- Re: doesn't bash do variable subst. or quote removal on function statement, (continued)
- Re: doesn't bash do variable subst. or quote removal on function statement, Chet Ramey, 2016/01/11
- Re: doesn't bash do variable subst. or quote removal on function statement, Linda Walsh, 2016/01/12
- Re: doesn't bash do variable subst. or quote removal on function statement, Greg Wooledge, 2016/01/12
- Re: doesn't bash do variable subst. or quote removal on function statement, Linda Walsh, 2016/01/12
- Re: doesn't bash do variable subst. or quote removal on function statement, Chet Ramey, 2016/01/13
- Re: doesn't bash do variable subst. or quote removal on function statement, Linda Walsh, 2016/01/13
- Re: doesn't bash do variable subst. or quote removal on function statement, Chet Ramey, 2016/01/13
- Re: doesn't bash do variable subst. or quote removal on function statement, Chet Ramey, 2016/01/13
- Re: aliases v. functions; command extension? (-f & -F)?, Chet Ramey, 2016/01/11
- Re: aliases v. functions; command extension? (-f & -F)?, Reuti, 2016/01/11
- Re: aliases v. functions; command extension? (-f & -F)?,
Chet Ramey <=
Re: 'official function declaration format' doesn't work if alias defined, Eric Cook, 2016/01/09