On 15 May 2017 at 17:30, Giacomo Tesio <[email protected]> wrote: > % echo "$--fu" > rc: null list in concatenation >
wrong quotes. try echo $'--fu' h% --x=hello h% echo $'--x' hello
On 15 May 2017 at 17:30, Giacomo Tesio <[email protected]> wrote: > % echo "$--fu" > rc: null list in concatenation >
wrong quotes. try echo $'--fu' h% --x=hello h% echo $'--x' hello