help-bash
[Top][All Lists]
Advanced

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

Re: i cant see whats the issue, .. ps1 + propt command + date


From: Alex fxmbsw7 Ratchev
Subject: Re: i cant see whats the issue, .. ps1 + propt command + date
Date: Thu, 23 Sep 2021 15:39:42 +0200

the bash cmdline is recognition system

cmd arr=( bla ) .. syntax err
cmd=input arr=( bla ) .. works

so the alias is what im saying..

alias b=b=2
a=1 b a=( 3 )

0 exit ..

On Thu, Sep 23, 2021, 15:35 Greg Wooledge <greg@wooledge.org> wrote:

> On Thu, Sep 23, 2021 at 03:17:41PM +0200, Alex fxmbsw7 Ratchev wrote:
> > ill test tho
> > in my logic the newlines shouldnt matter
>
> Seriously, I DEMONSTRATED why they matter.
>
> In a normal command, in the absence of what I'm going to call "alias
> insanity", you get this:
>
> unicorn:~$ string=value foo array=( $SHELL )
> bash: syntax error near unexpected token `('
>
> But you're claiming that if "foo" is an alias with certain characteristics,
> then you don't get a syntax error.  I have no idea what you're doing or
> how it works.
>
>


reply via email to

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