Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_unix/sys/src/cmd/dict/mkroget – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
rtf2txt roget-body.rtf |
4
	sed '
5
		1,12d
6
		/^100. /{
7
			N
8
			s/\n//
9
			p
10
		}
11
		/^388a. /{
12
			N
13
			s/\n//
14
			p
15
		}
16
	' > /lib/dict/roget
17
 
18
mkindex -d roget | 
19
	sort -u -t'	' +0f -1 +0 -1 +1n -2 |
20
	sed '
21
		s/[ 	]+$//g
22
		s/ 	/	/g
23
	' > /lib/dict/rogetindex