ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: cornet <cornet@zmail.ru>
To: mandrake-russian@altlinux.ru
Subject: Re: [mdk-re] Re: [mdk-re]  Помогите скриптом
Date: Fri Sep 14 16:39:01 2001
Message-ID: <3BA1FB8D.BE80F5FB@zmail.ru> (raw)
In-Reply-To: <20010914163003.75b2963f.ujo@zuzusoft.com>

"Artem K. Jouravsky" wrote:
> 
> Здравствуйте, cornet <cornet@zmail.ru>!
> От Fri, 14 Sep 2001 16:12:08 +0400 вы писали на тему [mdk-re] Re: [mdk-re] Помогите скриптом:
> 
> > Serg Tselishev wrote:
> > >
> > > Hello mandrake-russian,
> > >
> > >   Не так давно, я помню, был трэд про то как apt-get хранит
> > кэш
> > >   пакетов. Кто-нибудь из участвовавших в том обсуждении не
> > поможет мне
> > >   со скриптом для переименования пакетов в изначальное
> > состояние?
> > >   Я так понимаю одними средствами шелла не обойдешься, по
> > крайней мере
> > >   мне знаний не хватило.
> >
> > А какой там формат именования файлов??
> > Я им нее пользуюсь и у меня кэшей нету, так что подскажите
> > плиз,
> > примерчик имени из кэша и то как тот же файл должен выглядеть
> > по
> > человечески.
> [ujo@king king]$ rpm -qp --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.i586.rpm\n" /var/cache/apt/archives/wget_1.7-alt1_i586.rpm
> wget-1.7-alt1.i586.rpm

Ну тады нечто вот такое, экспромт, работоспособность НЕ проверял:

coper.sh
<BEGIN>
#!/bin/sh
while read file
do
#Далее следует одна строка!
cp $file /destination_dir/`rpm -qp --queryformat
"%{NAME}-%{VERSION}-%{RELEASE}.i586.rpm\n" $file`
#Строка закончилась
done
<EOF>

А вызывать его так:
find /var/cache/apt/archives/ -type f | coper.sh

Вместо cp можно rename использовать, но осторожно.

-- 
******** FIRE & STEEL ********



  reply	other threads:[~2001-09-14 16:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-14 16:00 Serg Tselishev
2001-09-14 16:07 ` [mdk-re] " cornet
2001-09-14 16:21   ` Artem K. Jouravsky
2001-09-14 16:39     ` cornet [this message]
2001-09-14 17:11     ` [mdk-re] Re[2]: " Serg Tselishev
2001-09-17 15:05       ` [mdk-re] " Dmitry V. Levin
2001-09-18 10:46         ` [mdk-re] " Serg Tselishev
2001-09-18 11:38           ` Serg Tselishev
2001-09-18 12:58           ` Serg Tselishev
2001-09-18 15:43           ` Serg Tselishev

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=3BA1FB8D.BE80F5FB@zmail.ru \
    --to=cornet@zmail.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