Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Maybe I'm a bit to hardcore, but I learned a lot with the info documentation.
Just call it with info gawk and take a glance at it.
There's lot's of stuff, examples, code and some basic stuff.
If you already have some basic knowledge of shell scripting this should be enough.
If you don't like the default interface of the Texinfo manuals, just apt-get install pinfo, this proggy displays the info pages as HTML like in w3m or lynx.
You can also use Konqueror to browse it from your KDE desktop. Gnome has also an interface for this, but I can't stat how it's called.
I third info gawk, as long as you can view it in HTML. (Using the raw info system would almost be enough to convince me to learn perl).
I always use Konqueror to view info, the syntax is: info:gawk or ##gawk. Just enter the above in the "Location:" box. (The 'g' is necessary.)
As you might expect the general case is: info:<command> or ##<command>.
BTW, man:<command> or #<command>, will get you man pages.
A really nice feature of the Konqueror HTML display, is that the info system structure all becomes regular links & can be opened in multiple tabs. (Right & middle click are your friends. ). Also, in the man page conversion many references to other man pages become useable links.
I sometimes call these pseudo-protocols, but the real name is "Kioslave". There are 2 lists of them in the KDE help system: one, under "Kioslaves" in the main contents; the other, on a page titled "IO-Slaves" found using the "help:" kioslave -- help:kioslave.
These lists are not quite identical.
Some of the help is good, some rudimentary.
Last edited by archtoad6; 03-09-2007 at 06:33 AM.
Reason: remove blank lines at end
We do appreciate the thanks, but please also tell us what worked for you.
I, for one, do not post just to help the current questioner, but also to help create a body of solutions. If you don't tell us which proposed solution worked for you, then you haven't done your part in this process. It's a small repayment for our time & thought.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.