[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: cd to folder with spaces - in a script
- From: Michael Casey <michaelcasey73 gmail com>
- To: fedora-list redhat com
- Subject: Re: cd to folder with spaces - in a script
- Date: Thu, 21 May 2009 20:35:01 +0200
yeah, SOLVED: :))
clear; find . -type d | while read FOLDERNAME; do $(cd "$FOLDERNAME"); done
Thank you!!
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]