help-bash
[Top][All Lists]
Advanced

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

why does this define bla() instead of respect the newline as command sep


From: Alex fxmbsw7 Ratchev
Subject: why does this define bla() instead of respect the newline as command separator
Date: Fri, 19 Mar 2021 09:12:34 +0100

eval $'alias n=bla\nn() { type $FUNCNAME ; }\nn'
bla is a function
bla ()
{
    type $FUNCNAME
}

it was supposed to be n() ..


reply via email to

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