From: "Sergei Aranovsky" <Sergei.Aranovsky@srm.ru>
To: <mandrake-russian@altlinux.ru>
Subject: Re: [mdk-re] bash scripts
Date: Wed Apr 18 20:36:11 2001
Message-ID: <0ab701c0c825$cdeefa70$ca01a8c0@msc.masq> (raw)
In-Reply-To: <20010418202434.5e5a688f.lenya@georges.home>
----- Original Message -----
From: "Lenya L.Khachaturov" <lenya@chemsell.yaroslavl.ru>
To: <mandrake-russian@altlinux.ru>
Sent: 18 апреля 2001 г. 20:24
Subject: Re: [mdk-re] bash scripts
> On Wed, 18 Apr 2001 19:51:43 +0400
> "Sergei Aranovsky" <Sergei.Aranovsky@srm.ru> wrote:
>
> >
> > ----- Original Message -----
> > From: "Lenya L.Khachaturov" <lenya@chemsell.yaroslavl.ru>
> > To: <mandrake-russian@altlinux.ru>
> > Sent: 18 апреля 2001 г. 19:38
> > Subject: [mdk-re] bash scripts
> >
> >
> > > Здравствуйте уважаемые,
> > >
> > > Как бы мне сделать следующее: вот лежит у меня Сильфидовская почта, каждое письмо в отдельном файле
> > > с именами 1,2,3,.... Надо слить их все в один файл, чтобы в The Bat! импортировать. Помогите, пожалуйста!
> >
> > cat ~/Mail/* > ~/catmail
> >
> > не пойдет?
>
> Нормально, но хотелось бы в таком порядке: 1,2,3,... а не 1,10,100,101,...109,11,.....
Ну Вы привереда. А так:
cd ~/Mail && cat `ls | sort -g` > ../catmail && cd ..
?
(Если я Вам порекомендую книжку по шеллу почитать, Вы не обидетесь?)
--
С.А.
next prev parent reply other threads:[~2001-04-18 20:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-18 19:38 Lenya L.Khachaturov
2001-04-18 19:51 ` Sergei Aranovsky
2001-04-18 20:23 ` Lenya L.Khachaturov
2001-04-18 20:36 ` Sergei Aranovsky [this message]
2001-04-18 22:05 ` Sergei
2001-04-19 0:51 ` Lenya L.Khachaturov
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='0ab701c0c825$cdeefa70$ca01a8c0@msc.masq' \
--to=sergei.aranovsky@srm.ru \
--cc=mandrake-russian@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