Rafael Fernández López wrote: > Zac Medico wrote: > > >>timothy johnson wrote: >> >> >> >>>trying to play starcraft, got it installed but it installed it to >>>Program Files, now I have to get the the exe in a term but I cant seem >>>to cd to Program Files cause of the space. Any ideas on how to get >>>around this??? >>> >>> >>> >> >>You could quote the space or escape it. >> >>cd "Program Files" >> >>or >> >>cd Program\ Files >> >>Zac >> >> > > There is another way of getting to that folder without problems, and > getting to folders much more fast. You can do: > > cd Program* > > Bye.
Have you tried bash tab completion yet? You can type "cd P" and press tab for autocompletion. Zac -- [email protected] mailing list

