Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • 1
    "apropos: -s: unknown option" Commented Jul 30, 2012 at 20:36
  • @MichaelMrozek what system are you using? It works for me, e.g: output of apropos -s 2 -w '*' Commented Jul 30, 2012 at 20:42
  • 1
    Thanks. The -s option is not present in Mac OS X apropos, which is presumably from BSD. Commented Jul 30, 2012 at 21:09
  • @f100 Ah ok, maybe try man -a -s 2 '*' Commented Jul 30, 2012 at 21:16
  • That seems more like it, but instead of listing them, it's actually invoking the viewer for each one in turn. I've hacked up a function to do listing which I posted in another comment. It likely has issues but it's enough for me :) Commented Jul 30, 2012 at 21:50