GNU bug report logs - #59533
BUG: files starting with "-" makes stat to say "invalid option -- 'S'" #64

Previous Next

Package: coreutils;

Reported by: Elias Tsolis <estatisticseu <at> gmail.com>

Date: Thu, 24 Nov 2022 08:57:01 UTC

Severity: normal

Full log


Message #8 received at 59533 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Elias Tsolis <estatisticseu <at> gmail.com>, 59533 <at> debbugs.gnu.org
Subject: Re: bug#59533: BUG: files starting with "-" makes stat to say
 "invalid option -- 'S'" #64
Date: Thu, 24 Nov 2022 13:12:25 +0000
tag 59533 notabug
close 59533
stop

On 23/11/2022 19:34, Elias Tsolis wrote:
> files starting with "-" makes stat to say "invalid option -- 'S'"
> 
> example, create a file "-fddsfdf.txt" and run "stat *" or "stat
> -fddsfdf.txt"
> 
> and then again , create a file "fddsfdf.txt" and run "stat *" or "stat
> fddsfdf.txt"
> 
> In first case, it will says "invalid option -- 'S'",
> in second, it will be run normally.

This is usually handled with:
  stat ./-blah
  stat -- -blah

thanks,
Pádraig




This bug report was last modified 2 years and 261 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.