ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: äÙÍÙÞ <DIMMeach@inbox.ru>
To: Alexey <mandrake-russian@linuxteam.iplabs.ru>
Subject: Re: [mdk-re] ÐÅÒÅËÏÄÉÒÏ×ËÁ
Date: Wed Feb 14 17:32:22 2001
Message-ID: <517059763.20010214223454@inbox.ru> (raw)
In-Reply-To: <E14SfXY-000KRJ-00@mail.chat.ru>

Приветствую тебя, о Alexey!

Дело было во среда, 14 февраля 2001 г..
В 22:21:31 минус 8 Гринвичей залезаю в мыльницу и вижу:

A> Не подскажете, чем можно пакетно файлы перекодировать (и с вложенными директориями). Что то с iconv и recode не получается, затыкаются при попадании на имя  директории. В info recode ничего не
A> нашел, может плохо смотрел.

A>  error while reading the input: Is a directory

A> запускаю так:
A>  iconv -fKOI8-r -tCP1251 *
A> или
A>  recode -v KOI8-RU..windows-1251 *

На вскидку, что-то вроде этого:

   #!/bin/sh

   function recode() {
       fot unit in *; do
           if [ -d $unit]; then
               cd $unit
           else
               iconv -fKOI8-r -tCP1251 $unit
           fi
   }
   exec recode


Или как-то так. Не помню.

Искренне свой,
 Дымыч                          отвечать на DIMMeach@inbox.ru





  parent reply	other threads:[~2001-02-14 17:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-13 16:31 Alexey
2001-02-13 16:38 ` [mdk-re] перекодировка rider
2001-02-13 19:54   ` [mdk-re] как загрузить почту с удалённого ящика? Roman Shumikhin
2001-02-13 20:31     ` [mdk-re] ËÁË ÚÁÇÒÕÚÉÔØ ÐÏÞÔÕ Ó ÕÄÁÌ£ÎÎÏÇÏ ÑÝÉËÁ? Serge Skorokhodov
2001-02-13 20:54     ` Sergei
2001-02-13 22:31     ` Roman S
2001-02-14 17:32 ` äÙÍÙÞ [this message]
2001-02-15 18:04   ` [mdk-re] Re: [mdk-re] перекодировка Mikhail Zabaluev
2001-02-16 20:44     ` [mdk-re] Re: [mdk-re] ÐÅÒÅËÏÄÉÒÏ×ËÁ äÙÍÙÞ
2001-02-17 12:50       ` [mdk-re] Re: [mdk-re] Re: [mdk-re] перекодировка Mikhail Zabaluev
2001-03-03 18:58         ` [mdk-re] Re: [mdk-re] Re: [mdk-re] ÐÅÒÅËÏÄÉÒÏ×ËÁ äÙÍÙÞ
2001-03-05  2:09           ` [mdk-re] Re: перекодировка Mikhail Zabaluev

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=517059763.20010214223454@inbox.ru \
    --to=dimmeach@inbox.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