Plan 9 from Bell Labs’s /usr/web/sources/contrib/akumar/dict/update.rc

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc
legib=$home/update/dict/legib.rc
leginx=$home/update/dict/leginx.rc
echo 'downloading and unzipping...'
hget http://ftp.monash.edu.au/pub/nihongo/edict2.gz |
	gunzip -c |
	tcs -f ujis |
	$legib > /lib/dict/edict2
echo 'making index...'
$leginx /lib/dict/edict2 > /lib/dict/edict2index

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.