Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

unicoverage(1) [debian man page]

UNICOVERAGE(1)						      General Commands Manual						    UNICOVERAGE(1)

NAME
unicoverage - Print coverage of each Unicode BMP Script. SYNOPSIS
unicoverage [-iinput_file] [-ooutput_file] DESCRIPTION
unicoverage reads a GNU Unifont .hex font and uses data in coverage.dat (which must reside in the current directory). The output is the percent coverage of each script in the Unicode Basic Multilingual Plane. OPTIONS
-i Specify the input file. The default is stdin. -o Specify the output file. The default is stdout. Sample usage: unicoverage < unifont.hex >coverage.txt FILES
coverage.dat, *.hex GNU Unifont files. SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hex2sfd(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
unicoverage was written by Paul Hardy. LICENSE
unicoverage is Copyright (C) 2007, 2008 Paul Hardy, and is released under version 2 of the GNU General Public License, or (at your option) a later version. BUGS
No known real bugs exist, except that this software does not perform extensive error checking on its input files. 2007 Dec 31 UNICOVERAGE(1)

Check Out this Related Man Page

HEX2BDF-SPLIT(1)					      General Commands Manual						  HEX2BDF-SPLIT(1)

NAME
hex2bdf-split - Convert a GNU Unifont .hex file into single-width BDF fonts. SYNOPSIS
hex2bdf-split n < input_font.hex > halfwidth_output_font.bdf hex2bdf-split y < input_font.hex > fullwidth_output_font.bdf DESCRIPTION
hex2bdf-split reads a sorted GNU Unifont .hex file (sorted with the Unix sort utility) from stdin and writes a BDF version of the font to stdout. This utility was adapted from the original hex2bdf script to accomodate charcell behavior in older X11 implementations. It is present for historical reasons, but will probably be removed in a future distribution. Dependency on this program is discouraged. The main software application written to use the GNU Unifont, the international editor Yudit, does not need a split font. In addition, the GNU Unifont now has a TrueType version that makes most other use of the BDF version obsolete. hex2bdf-split takes one argument: "y" or "n". If "n" is specified, the output font is set to half-width (8 pixels wide) and "-h-" (for half-width) appears as the X Logical Font Descriptor (XLFD) ADD_STYLE_NAME value. If "y" is specified, the output font is set to full- width (16 pixels wide), and "-f-" (for full-width) appears as the X Logical Font Descriptor (XLFD) ADD_STYLE_NAME value. FILES
*.hex GNU Unifont font files SEE ALSO
bdfimplode(1), hex2bdf(1), hex2sfd(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
hex2bdf-split was written by David Starner, based upon the original hex2bdf Perl script by Roman Czyborra. LICENSE
hex2bdf-split is Copyright (C) 1999 David Starner, and is released under the following terms (taken from http://czyborra.com/): "All of my works you find here are freeware. You may freely copy, use, quote, modify or redistribute them as long as you properly attribute my contribution and have given a quick thought about whether Roman might perhaps be interested to read what you did with his stuff. Hori- zontal rules don't apply." BUGS
No known bugs exist. 2008 Jul 06 HEX2BDF-SPLIT(1)
Man Page

11 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Comparision by using Shell Script

Hello All, I am trying to find 2 file comparision by using Shell Script. For example, I am having 2 directories namely DAY1 & DAY2. DAY1 directory contains file1.dat, file2.dat, file3.dat, file4.dat, file5.dat & DAY2 directory contains file1.dat, file2.dat, file3.dat, file4.dat, file5.dat. Now,... (3 Replies)
Discussion started by: nvkuriseti
3 Replies

2. Shell Programming and Scripting

Comapring files charecter by charecter using AWK/Shell Script

Hi... I have a requrement to compare two files. for e.g. File 1 2007/08/19 09:48:10 DH-032 $APTA1: Device AATD8029 2007/08/19 09:48:10 DH-045 $APTA1: Device AATD8029 2007/08/19 09:48:10 DH-043 $APTA1: Device AATD8029 File 2 2007-08-19 09:48:10 DH-032... (1 Reply)
Discussion started by: evvander
1 Replies

3. UNIX for Dummies Questions & Answers

how to use sed to get last 6 lines

dear experts, Sorry im a newbie. i have a file called INA.txt and it contains How do i get the 6 lines before "INA 2007-09-05" to appear? I tried using grep -A6, it doesnt work. Pls help. (5 Replies)
Discussion started by: aismann
5 Replies

4. UNIX for Dummies Questions & Answers

multiple file data to one file

Hi guys New to scripting, I have many data files and I'm having real trouble with a script for the following: For all files that end in *.dat i want to get the mean of column6 ($6/NR) and send each mean to column2 in a new file where column1 would represent the name of the original files... (5 Replies)
Discussion started by: larrymuli
5 Replies

5. Linux

about .btg files

hi, how to read .btg files as its in binary format. I m trying to put X-Plane terrain in FlightGear. X-Plane contains .ter files in Windows and FlightGear contains .stg files in Linux. In X-Plane .dsf is in binary format and in FlightGear its .btg. I converted .dsf files into .txt format... (1 Reply)
Discussion started by: aaliya
1 Replies

6. UNIX for Advanced & Expert Users

problem with renaming files

Hi, I need to rename all the .txt files present in current directory to .dat files respectively in UNIX. for example: $ ls aaa.txt bbb.txt ccc.txt I need to change them to $ ls aaa.dat bbb.dat ccc.dat Is there any UNIX command to do this in one go? ... (3 Replies)
Discussion started by: Johny001
3 Replies

7. UNIX for Advanced & Expert Users

get the file extension having multiple periods

How to get the file extension having multiple periods suppose i have a file samplewprk.txt.dat I need to retrieve txt.dat from the file. I worked all iam getting is either txt or pyd Could anyone help me in providing the solution? Thanks, in advance (3 Replies)
Discussion started by: chinku
3 Replies

8. Programming

./match_pattern.out: malloc(): memory corruption: 0x0000000013a11600 ***

Hi All, I have a simple code which does some computation by matching string patterns. In brief: 1. The code reads .dat and .txt files. 2. .dat files are huge text files and .txt files contain some important words. 3. I am just doing strstr to find the patterns. 4. The function returns the... (3 Replies)
Discussion started by: shoaibjameel123
3 Replies

9. Shell Programming and Scripting

Input file to bash script

Hi, I have this script Script.sh: #!/bin/sh sed 's,\,,g' input.dat > output .dat But i want to run it witb different files. So i want the input file as an input argument to the script, how could i do that. Running it like this: > Script.sh input.dat (2 Replies)
Discussion started by: Johanni
2 Replies

10. UNIX for Dummies Questions & Answers

Renaming File

Hi there, I have 350 files in this directory: /home/adams/29 that was mistakenly renamed in this format: TTFILE_BIT_638478.txt.dat I want to take out the trailing .dat so that it ends in .txt: TTFILE_BIT_638478.txt I need help please. Thank you. (6 Replies)
Discussion started by: Creems
6 Replies

11. Answers to Frequently Asked Questions

How to split a dat file based on another file ni UNIX?

i have two files , one is var.txt and another res.dat file var.txt contains informaton like below date,request,sales,item 20171015,1,123456,216 20171015,1,123456,217 20171015,2,345678,214 20171015,3,456789,218 and res.dat contains is a one huge file contains information like... (1 Reply)
Discussion started by: pogo
1 Replies