On Tue, Jul 29, 2003 at 02:20:13AM +0100, Colin Watson wrote:
>
> I think what you want then is an extra level of double quotes around the
> backticks, thus:
>
> for file in *; do
> cp "$file" "`echo "$file" | sed 's/^Copy of//'`"
> done
>
> This is untested, t
On Mon, Jul 28, 2003 at 04:37:01PM -0400, David Z Maze wrote:
> Micha Feigin <[EMAIL PROTECTED]> writes:
> > I am trying to do a batch rename for a bunch of files with spaces in the
> > name (in order to remove the spaces actually). I tried to use bash's for
> > .. in command but it splits up the l
* Micha Feigin ([EMAIL PROTECTED]) wrote:
> I am trying to do a batch rename for a bunch of files with spaces in the
> name (in order to remove the spaces actually). I tried to use bash's for
> .. in command but it splits up the lines on spaces and not on line ends.
> Any ideas?
>
> The files are
Micha Feigin <[EMAIL PROTECTED]> writes:
> I am trying to do a batch rename for a bunch of files with spaces in the
> name (in order to remove the spaces actually). I tried to use bash's for
> .. in command but it splits up the lines on spaces and not on line ends.
> Any ideas?
>
> The files are n
On Sunday 27 July 2003 12:45, Micha Feigin wrote:
> I am trying to do a batch rename for a bunch of files with spaces in the
> name (in order to remove the spaces actually). I tried to use bash's for
> .. in command but it splits up the lines on spaces and not on line ends.
> Any ideas?
>
> The fil
On Sun, Jul 27, 2003 at 12:45:26PM +0300, Micha Feigin wrote:
> I am trying to do a batch rename for a bunch of files with spaces in the
> name (in order to remove the spaces actually). I tried to use bash's for
> .. in command but it splits up the lines on spaces and not on line ends.
> Any ideas?
Micha Feigin wrote:
I am trying to do a batch rename for a bunch of files with spaces in the
name (in order to remove the spaces actually). I tried to use bash's for
.. in command but it splits up the lines on spaces and not on line ends.
Any ideas?
The files are named "Copy of ..." and I want to d
7 matches
Mail list logo