bug-enscript
[Top][All Lists]
Advanced

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

[bug-enscript] [bug #57965] the wildcard * for input files daes not work


From: carmen
Subject: [bug-enscript] [bug #57965] the wildcard * for input files daes not work properly?
Date: Mon, 31 May 2021 09:39:00 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #6, bug #57965 (project enscript):

Even more surprising...
When listing the files to be added (not wildcard now) the result is as before,
files added out of order and some of them more than once. I do not have a clue
of the reason

> ls *.f
P0_1.f  P0_2.f  P0_3.f  P0_4.f  P0_5.f  P1_1.f  P1_2.f  P1_3.f  P1_4.f 
P1_5.f

> enscript -v -pfoo.ps P0_1.f P0_2.f P0_3.f P0_4.f P0_5.f P1_1.f P1_2.f P1_3.f
P1_4.f P1_5.f
AFM: scanning path...
AFM: reading font map "/usr/share/ghostscript/fonts/font.map"
AFM: reading font map "/usr/share/enscript/afm/font.map"
cargando la fuente "Courier-Bold"
cargando la fuente "Courier"
procesando el archivo "P1_2.f"...
procesando el archivo "P1_3.f"...
procesando el archivo "P1_4.f"...
procesando el archivo "P1_5.f"...
procesando el archivo "P0_1.f"...
procesando el archivo "P0_2.f"...
procesando el archivo "P0_3.f"...
procesando el archivo "P0_4.f"...
procesando el archivo "P0_5.f"...
procesando el archivo "P1_1.f"...
procesando el archivo "P1_2.f"...
procesando el archivo "P1_3.f"...
procesando el archivo "P1_4.f"...
procesando el archivo "P1_5.f"...
[ 14 pages * 1 copy ] copiadas en foo.ps

Now with other file names:

> rm -f *.f; for n in a b c d e f g ; do printf '        PROGRAM %s\n' "$n"
>|${n}.f; done; enscript -v -pfoo.ps *.f
AFM: scanning path...
AFM: reading font map "/usr/share/ghostscript/fonts/font.map"
AFM: reading font map "/usr/share/enscript/afm/font.map"
cargando la fuente "Courier-Bold"
cargando la fuente "Courier"
procesando el archivo "e.f"...
procesando el archivo "f.f"...
procesando el archivo "g.f"...
procesando el archivo "a.f"...
procesando el archivo "b.f"...
procesando el archivo "c.f"...
procesando el archivo "d.f"...
procesando el archivo "e.f"...
procesando el archivo "f.f"...
procesando el archivo "g.f"...
[ 10 pages * 1 copy ] copiadas en foo.ps


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57965>

_______________________________________________
  Mensaje enviado vía Savannah
  https://savannah.gnu.org/




reply via email to

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