File: hexmerge

package info (click to toggle)
unifont 1%3A1.0-1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 2,380 kB
  • ctags: 2
  • sloc: perl: 113; makefile: 49; sh: 22
file content (15 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl

while (<>)
{
	$G{$1}=$2 if /^(....):(.+)\n/;
}

for (sort keys %G)
{
	print "$_:$G{$_}\n";
}

# hexmerge taipei16.hex cns-2-16.hex jisksp16.hex jiskan16.hex
# hanglm16.hex gb16fs.hex ethiopic.hex etl | tee select