From: Sergei <serpiph@mail.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: Re: [mdk-re] Re: [mdk-re] ðÒÅÏÂÒÁÚÏ×ÁÎÉÅÒÅÇÉÓÔÒÁ ÓÉÍ×ÏÌÏ×
Date: Thu Mar 1 22:24:11 2001
Message-ID: <01030201280000.02298@pif.b5.mephi.ru> (raw)
In-Reply-To: <20010228225816.M8104@localhost.localdomain>
Среда 28 Февраль 2001 22:58, Вы написали:
> > Требуется порой преобразовывать имена файлов из верхнего регистра в
> > нижний и обратно. Может, кинет кто примерчиком скрипта?
>
> Собственно преобразование текста в верхний и нижний регистры, из
> стандартного ввода в стандартный вывод:
>
> tr a-z A-Z
> tr A-Z a-z
>
> Переименование файлов в нижний регистр:
>
> for fi in <files>; do mv $fi $(echo $fi | tr A-Z a-z); done
>
> С неанглийскими буквами - жуть и мрак, ничего не скажу. Возможно, Perl
> поможет.
В Perl'е:
1. команды lc() и uc()
2. строковые вставки: \U \u \L \l ( типа ''\U$str" ).
Можно посмотреть регулярные выражения.
3. tr ///
При работе с локалью используйте use locale;
--
С уважением, Епифанов Сергей
next prev parent reply other threads:[~2001-03-01 22:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-28 19:38 [mdk-re] ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ ÒÅÇÉÓÔÒÁ ÓÉÍ×ÏÌÏ× äÙÍÙÞ
2001-02-28 21:05 ` [mdk-re] ðÒÅÏÂÒÁÚÏ×ÁÎÉÅÒÅÇÉÓÔÒÁ ÓÉÍ×ÏÌÏ× Sergei
2001-03-02 22:11 ` [mdk-re] Re: [mdk-re] Преобразованиерегистра символов Mikhail Zabaluev
2001-03-01 12:26 ` [mdk-re] Re: [mdk-re] Преобразование регистра символов Mikhail Zabaluev
2001-03-01 22:24 ` Sergei [this message]
2001-03-02 0:11 ` [mdk-re] Re: [mdk-re] ðÒÅÏÂÒÁÚÏ×ÁÎÉÅ ÒÅÇÉÓÔÒÁ ÓÉÍ×ÏÌÏ× äÙÍÙÞ
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=01030201280000.02298@pif.b5.mephi.ru \
--to=serpiph@mail.ru \
--cc=mandrake-russian@linuxteam.iplabs.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git