groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] groff options /tmp/ll does not work any more?


From: Shaul Karl
Subject: Re: [Groff] groff options /tmp/ll does not work any more?
Date: Fri, 03 Nov 2000 21:25:30 +0200

Just observed that the behavior depends on the existence of the /tmp/ll file:

[21:20:29 /tmp]$ rm -v ll
removing `ll'
[21:22:37 /tmp]$ zcat /usr/share/man/man1/ls.1.gz | groff -te -Tlatin1 -mandoc 
/tmp/ll - | head
/tmp/ll.gz: No such file or directory



LS(1)                          FSF                          LS(1)

[21:22:54 /tmp]$ 


        As opposed to:

[21:24:21 /tmp]$ touch ll
[21:24:30 /tmp]$ zcat /usr/share/man/man1/ls.1.gz | groff -te -Tlatin1 -mandoc 
/tmp/ll - | head -5
[21:24:36 /tmp]$ echo $?
0
[21:24:44 /tmp]$ 

-- 
        
        Shaul Karl <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]