* [mdk-re] less плющит
@ 2001-01-26 20:12 Andrey Brindeew
2001-01-26 21:41 ` [mdk-re] less ÐÌÀÝÉÔ Roman S
2001-01-27 2:36 ` Dmitry V. Levin
0 siblings, 2 replies; 5+ messages in thread
From: Andrey Brindeew @ 2001-01-26 20:12 UTC (permalink / raw)
To: Mandrake/RE discussion list
Hello!
Сабж.
Если сказать less file, то показывает пустой экран и
---
ESC>
/home/file lines 1-1/1 (END)
---
Если же сказать cat file | less , то все показывается нормально.
less стоит последний, из Сизифа.
Где копать?
WBR, Andrey Brindeew
"No one person can understand Perl culture completely" (C) Larry Wall.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [mdk-re] less ÐÌÀÝÉÔ
2001-01-26 20:12 [mdk-re] less плющит Andrey Brindeew
@ 2001-01-26 21:41 ` Roman S
2001-01-27 4:02 ` [mdk-re] Re: [mdk-re] less плющит Mikhail Zabaluev
2001-01-27 2:36 ` Dmitry V. Levin
1 sibling, 1 reply; 5+ messages in thread
From: Roman S @ 2001-01-26 21:41 UTC (permalink / raw)
To: mandrake-russian
On Fri, 26 Jan 2001 20:11:31 +0300
"Andrey Brindeew" <abr@abr.x9.ru> wrote:
> Hello!
>
> Сабж.
> Если сказать less file, то показывает пустой экран и
> ---
> ESC>
> /home/file lines 1-1/1 (END)
> ---
Так и должно быть.
> Если же сказать cat file | less , то все показывается нормально.
> less стоит последний, из Сизифа.
> Где копать?
less < file
См. основы операций перенаправления стандартного ввода и вывода, как то:
<
>
>>
|
Rgds!
Roman Savelyev
^ permalink raw reply [flat|nested] 5+ messages in thread
* [mdk-re] Re: [mdk-re] less плющит
2001-01-26 20:12 [mdk-re] less плющит Andrey Brindeew
2001-01-26 21:41 ` [mdk-re] less ÐÌÀÝÉÔ Roman S
@ 2001-01-27 2:36 ` Dmitry V. Levin
1 sibling, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2001-01-27 2:36 UTC (permalink / raw)
To: Mandrake/RE discussion list
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
On Fri, Jan 26, 2001 at 08:11:31PM +0300, Andrey Brindeew wrote:
> Сабж.
> Если сказать less file, то показывает пустой экран и
> ---
> ESC>
> /home/file lines 1-1/1 (END)
> ---
> Если же сказать cat file | less , то все показывается нормально.
> less стоит последний, из Сизифа.
> Где копать?
*rofl*
У Вас, судя по всему, текущий каталог прописан в пути поиска
(переменная PATH).
Вот несколько альтернативных вариантов решения проблемы:
1. # perl -pi -e 's|file |/usr/bin/file |g' /usr/bin/lesspipe.sh
2. $ chmod -x file
3. $ unset LESSOPEN
4. Убрать текущий каталог из PATH
В следующей версии пакета less будет применен первый вариант.
Regards,
Dmitry
+-------------------------------------------------------------------------+
Dmitry V. Levin mailto://ldv@fandra.org
Software Engineer PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team http://linux.iplabs.ru
Fandra Project http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [mdk-re] Re: [mdk-re] less плющит
2001-01-26 21:41 ` [mdk-re] less ÐÌÀÝÉÔ Roman S
@ 2001-01-27 4:02 ` Mikhail Zabaluev
2001-01-27 4:24 ` Dmitry V. Levin
0 siblings, 1 reply; 5+ messages in thread
From: Mikhail Zabaluev @ 2001-01-27 4:02 UTC (permalink / raw)
To: mandrake-russian
Hello Roman,
On Fri, Jan 26, 2001 at 21:44 +0300, Roman S wrote:
>
> On Fri, 26 Jan 2001 20:11:31 +0300
> "Andrey Brindeew" <abr@abr.x9.ru> wrote:
>
> > Hello!
> >
> > Сабж.
> > Если сказать less file, то показывает пустой экран и
> > ---
> > ESC>
> > /home/file lines 1-1/1 (END)
> > ---
> Так и должно быть.
Нет. Это, насколько я помню, говорит о том, что у less какая-то закавыка с
/usr/bin/lesspipe.sh - то ли последнего нет, то ли еще что-то.
--
Stay tuned,
MhZ mailto:mookid@sigent.ru
-----------
Hubbard's Law:
Don't take life too seriously; you won't get out of it alive.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [mdk-re] Re: [mdk-re] less плющит
2001-01-27 4:02 ` [mdk-re] Re: [mdk-re] less плющит Mikhail Zabaluev
@ 2001-01-27 4:24 ` Dmitry V. Levin
0 siblings, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2001-01-27 4:24 UTC (permalink / raw)
To: mandrake-russian
[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]
On Sat, Jan 27, 2001 at 03:59:47AM +0300, Mikhail Zabaluev wrote:
> > > Сабж.
> > > Если сказать less file, то показывает пустой экран и
> > > ---
> > > ESC>
> > > /home/file lines 1-1/1 (END)
> > > ---
> > Так и должно быть.
>
> Нет. Это, насколько я помню, говорит о том, что у less какая-то закавыка с
> /usr/bin/lesspipe.sh - то ли последнего нет, то ли еще что-то.
Нет, тут другая тонкость:
Пользователь открывает файл с именем "file", а /usr/bin/lesspipe.sh
вызывает программу "file", чтобы определить его тип. Возможно, что
вызывается вовсе не та программа. :)
В less-358-ipl6mdk это исправлено (вызывается непосредственно
/usr/bin/file, аналогичные исправления по всему lesspipe.sh).
Regards,
Dmitry
+-------------------------------------------------------------------------+
Dmitry V. Levin mailto://ldv@fandra.org
Software Engineer PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html
IPLabs Linux Team http://linux.iplabs.ru
Fandra Project http://www.fandra.org
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-01-27 4:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-26 20:12 [mdk-re] less плющит Andrey Brindeew
2001-01-26 21:41 ` [mdk-re] less ÐÌÀÝÉÔ Roman S
2001-01-27 4:02 ` [mdk-re] Re: [mdk-re] less плющит Mikhail Zabaluev
2001-01-27 4:24 ` Dmitry V. Levin
2001-01-27 2:36 ` Dmitry V. Levin
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