From: Aleksandr Fetininsky <sashurik@telecont.ru> To: community@altlinux.ru Subject: Re: [Comm] Re[2]: [Comm] откуда берется ^M Date: Thu, 5 Jun 2003 18:57:49 +0400 Message-ID: <20030605185749.4fb4c4ce.sashurik@telecont.ru> (raw) In-Reply-To: <1233531126.20030605093430@scs-900.ru> On Thu, 5 Jun 2003 09:34:30 +0700 Evgeny Yugov <yugov@scs-900.ru> wrote: > Здравствуйте Андрей, > > Thursday, June 5, 2003, 12:05:36 AM, you wrote: > > АН> В Срд, 04.06.2003, в 15:51, yuk@iceb.vinnitsa.com написал: > > >> > >> Берется из DOS/Windows, в которых по историческим причинам > >> считается, что строка в текстовом файле заканчивается > >символами> ^M^J, в то время как в Unix-системах - только ^J. > >> Убирается с помощью разных фильтров, через которые такой > >файл> прогоняется при переносе из этих систем, и смысл которых > >в> простейшем случае сводится к команде: > >> > >> tr -d "\015" > АН> Простите, к примеру есть файл ru.lng с такими вот ^M. Как > \x10\x1d> правильно его > АН> преобразовать/прогнать ч-з этот фильтр? > $cat ru.lng | tr -d "\r" > file Можно еще вот так sed 's/^M//' name_of_file | tee name_of_file Для ввода спецсимвола ^M нажать Ctrl+V и Enter Имена файлов совпадают, т.е. других операций не требуется. > > > -- > With Best regards, > Evgeny Yugov, > MTS, programmer of Advanced Technologies Departament. > Registered Linux User #316667 > mailto:yugov@scs-900.ru > > Origin: Выбpанный пpезидент обменy и возвpатy не подлежит. -- Удачи Александр
next prev parent reply other threads:[~2003-06-05 14:57 UTC|newest] Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-06-04 12:14 Dmitry Kovalsky 2003-06-04 11:12 ` Artem Pastukhov 2003-06-04 12:16 ` Dmitry Ivanov 2003-06-04 12:45 ` Grigory Milev 2003-06-04 18:02 ` [Comm] Отписка от рассылки Sergej Mitama 2003-06-04 18:15 ` Grigory Tuboltsev 2003-06-04 18:19 ` Mikhail Ramendik 2003-06-05 2:42 ` [Comm] Re[2]: " Evgeny Yugov 2003-06-04 18:29 ` Sergey Kuznetsov 2003-06-05 3:26 ` [Comm] откуда берется ^M Alexei Bayguzov 2003-06-05 3:53 ` [Comm] Re[2]: " Evgeny Yugov 2003-06-05 4:00 ` Alexei Bayguzov 2003-06-05 6:09 ` Antonio 2003-06-06 11:43 ` Alexei Bayguzov 2003-06-06 13:23 ` Alexey I. Froloff 2003-06-06 13:24 ` Alexey I. Froloff 2003-06-06 14:02 ` [Comm] " Alexey Tourbin 2003-06-04 12:51 ` [Comm] " yuk 2003-06-04 17:05 ` Андрей Новосёлов 2003-06-04 18:50 ` yuk 2003-06-05 2:34 ` [Comm] Re[2]: " Evgeny Yugov 2003-06-05 14:57 ` Aleksandr Fetininsky [this message] 2003-06-05 19:26 ` [Comm] Re[2]: " ASA 2003-06-05 20:37 ` Aleksandr Fetininsky 2003-06-06 7:05 ` Anton V. Boyarshinov 2003-06-04 13:01 ` Antonio 2003-06-04 15:11 ` Andrey Brindeew 2003-06-05 5:58 ` Andrew Borodin
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=20030605185749.4fb4c4ce.sashurik@telecont.ru \ --to=sashurik@telecont.ru \ --cc=community@altlinux.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