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/egfix2 – 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
awk '
4
BEGIN	{ FS = "	|, " }
5
	{ for(i=2; i<=NF; i++)print $i "	" $1 }
6
' $1 |
7
tr A-Z a-z |
8
sort -u -t'	' +0f -1 +0 -1 +1n -2