10 Jun
2020
10 Jun
'20
20:32
On 2020-06-10 13:31, Sid Boyce wrote:
slipstream:/home/lancelot/ftp/JUN20 # ls -l *.mp4 ls: invalid option -- '2' Try 'ls --help' for more information.
As already said: there is a file with a name that starts with "-2". To see what would be executed, just prepend the whole ting with "echo": $ touch ./-2badname.mp4 good.mp4 $ ls -l *.mp4 ls: invalid option -- '2' Try 'ls --help' for more information. $ echo ls -l *.mp4 ls -l -2badname.mp4 good.mp4 Have a nice day, Berny -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org