[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Next word of alias to alias that end with <blank> is not checked for ali
From: |
address@hidden |
Subject: |
Next word of alias to alias that end with <blank> is not checked for alias |
Date: |
Thu, 12 Jan 2023 03:43:15 +0000 |
Dear dir or madam,
For the following script:
alias a1='echo '
alias a2=a1
alias foo=bar
a2 foo
bash outputs ‘foo’, instead of ‘bar’.
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu) on archlinux as
windows subsystem for linux
Thanks.
- Next word of alias to alias that end with <blank> is not checked for alias,
address@hidden <=