[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: continued alias problem -- some work, some don't, why?
From: |
Chet Ramey |
Subject: |
Re: continued alias problem -- some work, some don't, why? |
Date: |
Tue, 9 Jul 2019 09:40:04 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 7/8/19 6:30 PM, L A Walsh wrote:
> That's what I am wanting, But trying various aliases, I'm not getting
> consistent results:
> With these aliases:
> alias my='declare '
> alias Export='-x '
> alias Map='-A '
> alias Int='-i '
>
> my Export Map Int ffffe=([one]=1)
> -bash: declare: `-x': not a valid identifier
> -bash: declare: `-A': not a valid identifier
> -bash: declare: `-i': not a valid identifier
I can't reproduce this.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU address@hidden http://tiswww.cwru.edu/~chet/
- Re: alias problem -- conflict found, (continued)
- Re: alias problem -- conflict found, Robert Elz, 2019/07/11
- Re: alias problem -- conflict found, Chet Ramey, 2019/07/11
- Re: alias problem -- conflict found, L A Walsh, 2019/07/12
- Re: alias problem -- conflict found, Eli Schwartz, 2019/07/12
- Re: alias problem -- conflict found, L A Walsh, 2019/07/12
- Re: alias problem -- conflict found, Dennis Williamson, 2019/07/12
- Re: alias problem -- conflict found, Robert Elz, 2019/07/12
- Re: alias problem -- conflict found, Eduardo Bustamante, 2019/07/12
- Re: alias problem -- conflict found, Greg Wooledge, 2019/07/15
- Re: alias problem -- conflict found, Robert Elz, 2019/07/10
Re: continued alias problem -- some work, some don't, why?,
Chet Ramey <=