[identity profile] uxovuxe.livejournal.com posting in [community profile] useful_faq
У человека имеется куча файлов jpg разного размера, разного названия, которые вручную приходится редактировать.
Требуется программа где можно выделить нужные файлы, задать имя (например "AUTO 001") размер 800х600 и чтобы прога изменила размер, переименовала отмеченные файлы сама в заданное имя и порядковый номер "AUTO 002", "AUTO 003", "AUTO 004" и т.д.
Благодарю за полезные советы и ссылки!

Date: 2017-03-10 01:27 pm (UTC)
From: [identity profile] Эргил Осин (from livejournal.com)
RENAME(1p)
DESCRIPTION
"rename" renames the filenames supplied according to the rule specified as the first argument. The perlexpr argument is a Perl
expression which is expected to modify the $_ string in Perl for at least some of the filenames specified. If a given filename
is not modified by the expression, it will not be renamed. If no filenames are given on the command line, filenames will be
read via standard input.