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 ./ --- apropos | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 apropos (limited to 'apropos') diff --git a/apropos b/apropos deleted file mode 100755 index a0a5c31..0000000 --- a/apropos +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/rc -e -# apropos -- find man pages by name -man -w $1 | awk -F/ '{ print $NF "(" $(NF-1) ")" }' | mc -- cgit v1.2.3