Your message dated Sat, 30 May 2009 16:05:33 +0200
with message-id <[email protected]>
and subject line Re: Bug#354228: mmv does not match a pattern
has caused the Debian Bug report #354228,
regarding mmv does not match a pattern
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
354228: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354228
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mmv
Version: 1.01b-12
Severity: normal
$ ls
kernel-source-2.4.17 kernel-source-2.6.7 unwritable
kernel-source-2.6.15 README
$ mmv kernel-source-\* linux-\#1
kernel-source-* -> linux-#1 : no match.
Nothing done.
You see that mmv does not see directories with kernel-source.
$ ls -l
total 20
drwxr-sr-x 14 porton porton 4096 Dec 22 2001 kernel-source-2.4.17
drwxr-sr-x 19 porton porton 4096 Feb 23 02:02 kernel-source-2.6.15
dr-xr-sr-x 18 porton porton 4096 Jul 8 2004 kernel-source-2.6.7
-rw-r--r-- 1 porton porton 91 Feb 17 13:14 README
-rwxr-xr-x 1 porton porton 85 Feb 18 13:22 unwritable
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R
Versions of packages mmv depends on:
ii libc6 2.3.5-8 GNU C Library: Shared
libraries an
-- no debconf information
--- End Message ---
--- Begin Message ---
* Victor Porton <[email protected]> [2006-02-24 16:16:25 CET]:
> $ ls
> kernel-source-2.4.17 kernel-source-2.6.7 unwritable
> kernel-source-2.6.15 README
> $ mmv kernel-source-\* linux-\#1
> kernel-source-* -> linux-#1 : no match.
> Nothing done.
>
> You see that mmv does not see directories with kernel-source.
You need to use the -r option, please be referred to the manpage:
-r : rename source file or directory to target name. The
target name must not include a path: the file remains
in the same directory in all cases. This option is the
^^^^^^^^^^^^^^^^^^
only way of renaming directories under mmv.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Hope that helps! :)
Rhonda
--- End Message ---