<div class="gmail_quote">On Mon, May 10, 2010 at 11:23 PM, Alan Evans <span dir="ltr">&lt;<a href="mailto:ame.fedora@gmail.com">ame.fedora@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
This is an on-again-off-again kind of problem. It usually hits me when<br>
it is least convenient, like when I only have shell access to the<br>
machine. Example:<br>
<br>
[alan@agena ~]$ cd /media/My\ Book/<br>
bash: cd: /media/My: No such file or directory<br>
[alan@agena ~]$ cd &quot;/media/My Book/&quot;<br>
bash: cd: /media/My: No such file or directory<br>
[alan@agena ~]$ Gaaah!<br>
bash: Gaaah!: command not found<br>
<br>
What&#39;s up with that? Usually it is no trouble, but occasionally, bash<br>
refuses to deal with spaces. I don&#39;t even know what to do in this<br>
case.<br>
<font color="#888888">--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
</font></blockquote></div><br><br>Put the space or the whole path in quotes?  This works for me.<br><br>cd /media/My&quot; &quot;Book/<br>cd &quot;media/My Book/&quot;<br><br>/fennix<br>