Re: Why update Swahili?

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

 



On 9/23/09, gilpel@xxxxxxxxxx <gilpel@xxxxxxxxxx> wrote:
>> gilpel@xxxxxxxxxx wrote:
>>>>> Those packages provide contributed multilingualization (m17n) input
>>>>> maps
>>>>> for... whatever the language.
>>>> If you don't need them, just say
>>>> yum erase m17n\*
>>>
>>> Yeah, I suppose with yum they wouldn't come back. But what is the
>>> backslash for? Can't find any backslash in the yum man page.
>>>
>>
>> The backslash is to prevent the shell from expanding the asterisk and
>> passing on the asterisk to yum literally. Its called escaping a special
>> character. Try looking for escaping characters in the bash man page.
>
> So, if I write
>
> rm m17n*
>
> it will remove all instances of m17n...
>
> but, because yum is not a bash command, the * has to be escaped?

No. Neither are bash commands, but you issue them in a shell (which,
in your case, is probably bash). Since the shell sees your command and
its arguments first, it can and does manipulate them. One thing it
does with them is expand special characters, such as * and ?; so
unless you escape those, yum or rm will never see them, only the
result(s) of the expansion. 'rm *' will remove all files in the
current directory, but 'rm \*' will only remove the one whose name is
'*'. See any intro to unix in general and shells in particular.

Andras

-- 
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