bug-bash
[Top][All Lists]
Advanced

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

Re: Probable recursion in particular alias


From: Eduardo Bustamante
Subject: Re: Probable recursion in particular alias
Date: Wed, 9 Jan 2019 09:21:20 -0800

On Wed, Jan 9, 2019 at 4:59 AM Ante Perić <synthmeat@gmail.com> wrote:
(...)
> Description:
> Having an alias of type:
> alias bug="\
>            echo \"no output, 100% cpu\" \
>           "
> in .bashrc will give no output, will not complete, and it will peg the CPU to 
> 100%.

Can you share the output of (right after the interactive bash session
starts up):

alias; declare -f



reply via email to

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