Re: renaming all files into a path (including into subdirs)
- From: Janis Papanagnou <Janis_Papanagnou@xxxxxxxxxxx>
- Date: Tue, 02 Jan 2007 18:14:54 +0100
slystoner wrote:
Stephane CHAZELAS ha scritto:2007-01-02, 14:14(+01), slystoner:
I useecho "$(find . -type d)" | while read i;
What's the purpose of using it here?
[cut]
What if the directory component of $j contain spaces.
echo "$(find . -type d)" | while read i;
beacuse it works with filenames containg spaces!
find . -type d | while read i;
works for me even with directories containing spaces.
Janis
.
- References:
- renaming all files into a path (including into subdirs)
- From: slystoner
- Re: renaming all files into a path (including into subdirs)
- From: Stephane CHAZELAS
- Re: renaming all files into a path (including into subdirs)
- From: slystoner
- renaming all files into a path (including into subdirs)
- Prev by Date: Re: Help with numerical sort by file extension
- Next by Date: Re: Purging data in Tables
- Previous by thread: Re: renaming all files into a path (including into subdirs)
- Next by thread: Re: renaming all files into a path (including into subdirs)
- Index(es):