Re: Simple question regarding touch and mv

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

 



Daniel B. Thurman wrote:
>
> I wonder why this fails:
>
> #  touch '-foo'
> touch: invalid option -- 'o'
>
> # touch '\-foo'     (works)
> # mv '-foo' foo
> mv: invalid option -- 'o'
> Try `mv --help' for more information.
>
> What confuses me is, if foo was surrounded by
> double-quotes, then expansion may be a problem
> but with single-quotes, no expansion is performed,
> so why does both commands fail?  Is this some
> quirkiness in the way command arguments are
> being handled?
>
> Just wondered,
> Dan
>

The error, "touch: invalid option -- 'o' " comes from touch, not from shell.
Shell does indeed ignore the '-foo' option and passes it in as a string
to touch, after removing the single quotes. So touch interprets it just
as if it was called this way: touch -foo



-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux