DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c5850b797⟧ TextFile

    Length: 538 (0x21a)
    Types: TextFile
    Notes: UNIX file
    Names: »keysrch«

Derivation

└─⟦9432394ce⟧ Bits:30004042/fmhelp.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦9432394ce⟧ UNIX Filesystem
    └─⟦this⟧ »hu/new/usr/lib/help/keysrch« 

TextFile

#	Copyright (c) 1984 AT&T
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#ident	"@(#)help:keysrch.sh	1.3"

echo "\nCommands found using \\S${*}\\S:\n"
for word
do
	line="${line}`grep \"^key='${word}'	\" ${KEYWORDS_TABLE}`"
	if [ $? -eq 0 ]
	then
		line="${line};"
	fi
done
if [ -z "${line}" ]
then
	echo "\n\n\n               No commands found using \\S ${*} \\S\n"
else
	eval "${line}" | sort -u
fi