Re: cd to folder with spaces - in a script

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



On Thu, May 21, 2009 at 2:40 PM, Michael Casey <michaelcasey73@xxxxxxxxx> wrote:
> How can I cd into a dir, when it contains spaces, and I need to use it in a
> script?
>
> the directory:
> /home/user/this is a folder/something
>
> normally I would use:
> cd /home/user/this\ is\ a\ folder/something/
>
> but in a script I cant just add the "\"
> like:
>
> find . -type d | while read FOLDER; do cd $FOLDER; done
> $ No such file or directory

find . -type d | while read FOLDER; do cd "$FOLDER"; done

should do the trick...

-- 
Marcelo

"¿No será acaso que ésta vida moderna está teniendo más de moderna que
de vida?" (Mafalda)
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux