On Mon, Oct 28, 2019 at 09:25:22PM GMT, Raf Czlonka wrote:
> On Mon, Oct 28, 2019 at 01:32:05PM GMT, Andre Stoebe wrote:
> > 
> > -   df -ikl
> > +   df ${DFARGS-"-ikl"}
> > 
> 
> Hi Andre,
> 
> Instead of ${DFARGS-"-ikl"}, you should most likely be using:
> 
>       ${DFARGS:-"-ikl"}
> 
> Cheers,
> 
> Raf

Unless, of course, you were thinking of allowing running df(1)
*without* any options, in which case, sure :^)

R.

Reply via email to