[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rename command
From: |
Erik Auerswald |
Subject: |
Re: rename command |
Date: |
Mon, 4 Jul 2011 10:08:25 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi,
On Sun, Jul 03, 2011 at 12:13:52AM +0200, Sami Kerola wrote:
> On Sat, Jul 2, 2011 at 17:56, Sami Kerola <address@hidden> wrote:
> [snip]
> What to do with --test functionality?
Instead of calling rename(oldpath, newpath) call printf("%s -> %s\n",
oldpath, newpath), basically.
Regards,
Erik