We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To look up the coreutils introduction I can do:
$ info coreutils intro ⋮ -----Info: (coreutils)Introduction, 40 lines --All----------------------
There's apparently no easy way to do the same thing in pinfo:
$ pinfo coreutils intro File: coreutils.info, Node: Top, Next: Introduction, Up: (dir) ⋮ $ pinfo coreutils -n intro Przemek's Info Viewer v0.6.13 Searching for tag table done Specified node does not exist...
-n could work, but only if you spell the whole node name, which is inconvenient:
-n
$ pinfo coreutils -n Introducution File: coreutils.info, Node: Introduction, Next: Common options, Prev: Top, Up: Top ⋮
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To look up the coreutils introduction I can do:
There's apparently no easy way to do the same thing in pinfo:
-n
could work, but only if you spell the whole node name, which is inconvenient:The text was updated successfully, but these errors were encountered: