help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Easy way to rename files sequentially?


From: Sebastian Tennant
Subject: Re: Easy way to rename files sequentially?
Date: Tue, 27 Nov 2007 17:20:22 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Quoth Thierry Volpiatto <thierry.volpiatto@gmail.com>:
> Sebastian Tennant <sebyte@smolny.plus.com> writes:
>
>> Quoth Thierry Volpiatto <thierry.volpiatto@gmail.com>:
>>> I would like to do some thing like that:
>>>
>>>   (shell-command "~/bin/serialrename.py -d dir -e txt"))
>>
>> I believe what you want can be achieved like this:
>>
>>  (shell-command (format "~/bin/serialrename.py -d %s -e txt" dir))
>>
> Thank you again, i did that, it work fine :)

Pleased to be able to help :-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]