Mike Jonkmans <[email protected]> writes: > There is lots of information in the info pages. > I once read large parts of the libc info pages, good stuff, well written! > > Use something like this to read it in one page: > > ( > cd /usr/share/info > zcat $(ls -1 libc.info* | sort -t '-' -k 2 -n ) |less > )
You don't need to do that - 'info' will dump info pages if passed to a pager. Try 'info libc | less' -- Arsen Arsenović
signature.asc
Description: PGP signature
