From: "Анатолий Китайкин" <cetus@newmail.ru>
To: community@altlinux.ru
Subject: Re: [Comm] OpenOffice print troubles
Date: Fri, 22 Oct 2004 17:42:35 +0400
Message-ID: <41790E4B.9040109@newmail.ru> (raw)
In-Reply-To: <opsf9rgojzhz2pp6@oc.peooc.net>
Aleksander N. Gorohovski пишет:
> Сейчас проверил (у себя на M2.2) действительно есть такая "партия".
> Правда чтобы запустить ее надо использовать полный путь:
> $ /usr/lib/openoffice/program/spadmin
Можно проще :-)
#!/bin/bash
while read tag; do
if echo $tag | grep '^\[Versions\]' ; then
while read tag; do
echo $tag | grep '^\[.*\]' && break
if echo $tag | grep 'OpenOffice[.]org.*=file:///' ; then
tag=$( echo $tag | sed 's/[[:cntrl:]]//' | sed
's=^.*file:///=/=' )
[ -x $tag/spadmin ] && $tag/spadmin
break
fi
done
break
fi
done < ~/.sversionrc
C уважением,
Китайкин Анатолий.
next prev parent reply other threads:[~2004-10-22 13:42 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-21 0:01 dm
2004-10-21 3:42 ` Sergey Lizogub
2004-10-21 19:54 ` dm
2004-10-22 11:11 ` Aleksander N. Gorohovski
2004-10-22 12:15 ` Mike Lykov
2004-10-22 11:27 ` Aleksander N. Gorohovski
2004-10-22 13:42 ` Анатолий Китайкин [this message]
2004-10-23 13:21 ` Aleksander N. Gorohovski
2004-10-24 8:28 ` Анатолий Китайкин
2004-10-25 8:15 ` Aleksander N. Gorohovski
2004-10-25 10:14 ` Анатолий Китайкин
2004-10-25 10:17 ` Yuri Horoshkov
2004-10-22 13:48 ` Alexej Kryukov
2004-10-23 13:20 ` Aleksander N. Gorohovski
2004-10-21 5:02 ` Yura Kalinichenko
2004-10-21 7:36 ` Ivan Fedorov
2004-10-21 8:23 ` Aleksander N. Gorohovski
2004-10-21 8:25 ` Re[2]: " dm
2004-10-21 17:21 ` Yura Kalinichenko
2004-10-21 21:38 ` dm
2004-10-22 7:41 ` Re[2]: " Aleksander N. Gorohovski
2004-10-21 5:04 ` Mike Lykov
2004-10-21 8:21 ` [JT] " dm
2004-10-21 8:34 ` Maxim Tyurin
2004-10-21 8:46 ` Mike Lykov
2004-10-21 9:14 ` Re[2]: " dm
2004-10-21 9:26 ` Mike Lykov
2004-10-24 16:18 ` Michael Shigorin
2004-10-24 15:53 ` q: alt webring? (was: [Comm] OpenOffice print troubles) Michael Shigorin
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=41790E4B.9040109@newmail.ru \
--to=cetus@newmail.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