[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
infotocap: unexpected character found 'a'
From: |
Sven Joachim |
Subject: |
infotocap: unexpected character found 'a' |
Date: |
Sat, 12 Oct 2019 10:57:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Another rather big problem in infotocap, it does not like any filenames
at all:
,----
| $ infotocap -V
| ncurses 6.1.20191005
| $ infotocap /dev/null
| infotocap: unexpected character found '/'
`----
At first I thought infotocap did not like the absolute filename, but it
does not actually matter what kind of file I feed it:
,----
| $ file alpha beta gamma
| alpha: ASCII text
| beta: empty
| gamma: cannot open `gamma' (No such file or directory)
| $ for file in alpha beta gamma; do infotocap $file; done
| infotocap: unexpected character found 'a'
| infotocap: unexpected character found 'b'
| infotocap: unexpected character found 'g'
`----
Huh?!
Cheers,
Sven
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- infotocap: unexpected character found 'a',
Sven Joachim <=