bug-bash
[Top][All Lists]
Advanced

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

Re: Fwd: Command execution by creating file.


From: Lawrence Velázquez
Subject: Re: Fwd: Command execution by creating file.
Date: Wed, 21 Jun 2023 00:38:42 -0400
User-agent: Cyrus-JMAP/3.9.0-alpha0-499-gf27bbf33e2-fm-20230619.001-gf27bbf33

On Tue, Jun 20, 2023, at 11:55 PM, LitHack wrote:
> Sorry instead of alias we have to use the function.

There is still no bug.  You simply do not understand how the shell
language works.

(There's nothing wrong with that, of course, and questions are
welcome at <help-bash@gnu.org>.  But your "bug reports" have all
been baseless.)

> Corrected command: mkdir dir;cd dir;<>file;file()bash;*

You didn't run these commands either.

        bash-5.2$ mkdir dir
        bash-5.2$ cd dir
        bash-5.2$ <>file
        bash-5.2$ file()bash
        bash: syntax error near unexpected token `bash'

Please don't send broken code, forcing readers to waste their time
figuring out what you actually meant.  (This particular code is
easy to fix, but that's besides the point.)

-- 
vq



reply via email to

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