help-bash
[Top][All Lists]
Advanced

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

Re: why does this display errs


From: Alex fxmbsw7 Ratchev
Subject: Re: why does this display errs
Date: Thu, 30 Sep 2021 22:35:44 +0200

i have to rely on features, not slow duplicated touchscreen typo ing
also i figured to use -r for when a dir as $target exists, of course thats
gotta be gone for fifos, -f alone fails bout that

On Thu, Sep 30, 2021, 22:30 Greg Wooledge <greg@wooledge.org> wrote:

> On Thu, Sep 30, 2021 at 10:15:38PM +0200, Alex fxmbsw7 Ratchev wrote:
> > x=( 1 ) ; eval {rm -rf,mkfifo}' "${x[@]}" ;'
> >
> > bash: {rm: command not found
>
> x=( 1 )
> rm -f "${x[@]}"
> mkfifo "${x[@]}"
>
> Stop making your life complicated.
>
> Also, don't use rm -rf as a default.  It's too dangerous.  Just use rm -f.
>
>


reply via email to

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