From d325d2226cf55b63037dc62cefb7fa952d770d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 31 Jan 2021 14:14:05 +0000 Subject: Bind $home/bin/rc to rc/ instead of ./ --- rc/apropos | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 rc/apropos (limited to 'rc/apropos') diff --git a/rc/apropos b/rc/apropos new file mode 100755 index 0000000..a0a5c31 --- /dev/null +++ b/rc/apropos @@ -0,0 +1,3 @@ +#!/bin/rc -e +# apropos -- find man pages by name +man -w $1 | awk -F/ '{ print $NF "(" $(NF-1) ")" }' | mc -- cgit v1.2.3