ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Serg Tselishev <traktor@gvendelin.ru>
To: mandrake-russian@altlinux.ru
Subject: [mdk-re] Re[2]: Помогите скриптом
Date: Fri Sep 14 17:11:03 2001
Message-ID: <826678111.20010914171444@gvendelin.ru> (raw)
In-Reply-To: <20010914163003.75b2963f.ujo@zuzusoft.com>

Hello Artem,

Friday, September 14, 2001, 4:30:03 PM, you wrote:
>> >   Не так давно, я помню, был трэд про то как apt-get хранит
>> кэш
>> >   пакетов. Кто-нибудь из участвовавших в том обсуждении не
>> поможет мне
>> >   со скриптом для переименования пакетов в изначальное
>> состояние?
>> >   Я так понимаю одними средствами шелла не обойдешься, по
>> крайней мере
>> >   мне знаний не хватило.
>> 
>> А какой там формат именования файлов??
>> Я им нее пользуюсь и у меня кэшей нету, так что подскажите
>> плиз,
>> примерчик имени из кэша и то как тот же файл должен выглядеть
>> по
>> человечески.
AKJ> [ujo@king king]$ rpm -qp --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.i586.rpm\n" /var/cache/apt/archives/wget_1.7-alt1_i586.rpm
AKJ> wget-1.7-alt1.i586.rpm

AKJ> Так сойдет?

Вау! Блин, что же я все время смотрю-то не туда? ведь недавно, по
совету кого-то из рассылки, man rpm перечитывал.

Огромное спасибо! Получилось следующее:

#!/bin/sh
FORMAT="%{NAME}-%{VERSION}-%{RELEASE}.i586.rpm"
for file do
truename=`rpm -qp --queryformat $FORMAT $file`
mv "$file" "$truename"
done

Я все правильно сделал? Это просто первый или второй мой скрипт :)
-- 
Best regards,
 Serg Tselishev                            mailto:traktor@gvendelin.ru




  parent reply	other threads:[~2001-09-14 17:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-14 16:00 [mdk-re] " Serg Tselishev
2001-09-14 16:07 ` [mdk-re] " cornet
2001-09-14 16:21   ` Artem K. Jouravsky
2001-09-14 16:39     ` cornet
2001-09-14 17:11     ` Serg Tselishev [this message]
2001-09-17 15:05       ` [mdk-re] Re: [mdk-re] Re[2]: " 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=826678111.20010914171444@gvendelin.ru \
    --to=traktor@gvendelin.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