On 07/03/2013 03:52 AM, Stephan van Ingen wrote: > Hello, > > I hope this is the correct way to report a bug (as explained > here<http://www.gnu.org/software/bash/manual/html_node/Reporting-Bugs.html>
Yes. However, what you are reporting is not a bug, but a usage issue on your part. > stephanbosal@in-laptop3:~/Downloads/Win8$ *cd --SMSBOOT-sources-/* > bash: cd: --: invalid option You need to use one of these two constructs, to explicitly tell cd that your directory name starts with '-' rather than being an option that cd tries to interpret: cd -- --SMSBOOT-sources-/* cd ./--SMSBOOT-sources-/* This is true for most unix-y commands, not just cd. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature