bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strange 'delayed' aliases


From: Jonathan Claggett
Subject: strange 'delayed' aliases
Date: Tue, 22 Dec 2009 17:18:21 -0500

Hi all,

I'm not sure if this is a bug or not but it certainly caught me by surprise.
I accidentally created an alias ending with a backslash and a newline today
and the resulting alias proceeded to grab the text on the line _after_ I ran
it. For example:

*$* echo $BASH_VERSION
4.0.33(1)-release
*$* alias x='echo \
*>* '
*$* x
*$* Hello, World!
Hello, World!
**
Is this delayed response expected?

Regards,
Jonathan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]