On 25Aug2016 21:05, Roberto Ragusa <m...@robertoragusa.it> wrote:
On 08/24/2016 08:36 AM, Samuel Sieb wrote:
Remember that the globs ("*") are interpreted by the shell, not ls.

In fact, interesting things can happen if you have a file called "-l".
(and this is why we have option "--")

Very true. And for commands without "--" support, such as ffmpeg, we have the cautious workaround: prefix globs so that they do not look like options, eg:

 ./*

Cheers,
Cameron Simpson <c...@zip.com.au>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to