ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Dolgov OV <dov@media-link.info>
To: community@altlinux.ru
Subject: [Comm] lpr -# 2 (например)
Date: Mon, 21 Feb 2005 17:18:43 +0200
Message-ID: <20050221171843.4e0cbcc8@localhost.localdomain> (raw)

Здравствуйте.

К сожалению не засек после чего, но lpr перестал реагировать на опцию 
-# (кол-во копий)

Т.е. сколько не укажи - отпечатывает только один экземпляр.

enscript при этом нормально себя ведет, но мне надо из командной строки
печатать заранее заготовленные файлы .ps

Распечаткой у меня ведает скриптик:

$ cat MyPrintBlank
#!/bin/sh
#
#

FILE=`Xdialog --stdout --title "Что печатаем?" --no-cancel --fselect
/home/into/PrintBlanks 40 60`

case $? in
    0)
    lpr $FILE;;
    1)
    echo "Отказ от ввода.";;
    255)
    echo "Нажата клавиша ESC.";;
esac

Раньше достаточно было в строке с именем выбранного файла дописать -#5 и
получал 5 экземпляров. Сейчас не хочет. Пробовал руками в консоли
командовать lpr -# 5 что-то.ps все равно получаю только один экземпляр.

Даже не знаю куда копать :-[

-- 
С наилучшими,
Олег Долгов
<dov AT media-link DOT info>
Registered Linux user #315454


                 reply	other threads:[~2005-02-21 15:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20050221171843.4e0cbcc8@localhost.localdomain \
    --to=dov@media-link.info \
    --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