Re: Problem with list of aliases

2017-03-14 Thread Chet Ramey
On 3/14/17 12:56 PM, Pedro Gimeno wrote: > When using the 'alias' command without parameters, or with the '-p' > parameter, a list of aliases is displayed. This list has the form: > > alias name='value' > > 'help alias' states that this form is 'reusable', thus implying, if I > understand it

Problem with list of aliases

2017-03-14 Thread Pedro Gimeno
When using the 'alias' command without parameters, or with the '-p' parameter, a list of aliases is displayed. This list has the form: alias name='value' 'help alias' states that this form is 'reusable', thus implying, if I understand it correctly, that it can be fed back to bash. But