Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

unidup(1) [debian man page]

UNIDUP(1)						      General Commands Manual							 UNIDUP(1)

NAME
unidup - Scan through a sorted .hex file and report duplicate code points. SYNOPSIS
unidup < input_font.hex DESCRIPTION
unidup reads a sorted GNU Unifont .hex file (sorted with the Unix sort utility) from stdin and prints notification of any duplicate code points on stdout. FILES
*.hex GNU Unifont font files SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hex2sfd(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicover- age(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
unidup was written by Paul Hardy. LICENSE
unidup is Copyright (C) 2007 Paul Hardy, and is released under version 2 of the GNU General Public License, or (at your option) a later version. BUGS
No known bugs exist. 2007 Dec 31 UNIDUP(1)

Check Out this Related Man Page

HEX2SFD(1)						      General Commands Manual							HEX2SFD(1)

NAME
hex2sfd - Convert a GNU Unifont .hex file into a FontForge .sfd format. SYNOPSIS
hex2sfd < input_font.hex > output_font.sfd DESCRIPTION
hex2sfd reads a GNU Unifont .hex file from stdin and writes an outline font representation in FontForge Spline Font Database (.sfd) format. The resulting .sfd file can then be converted by FontForge into a TrueType .ttf font. FILES
GNU Unifont .hex font files for input, FontForge .sfd font files for output SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
hex2sfd was written by Luis Gonzalez Miranda in 2005, with modifications by Paul Hardy in 2008. LICENSE
hex2sfd is released under version 2 of the GNU General Public License, or (at your option) a later version. BUGS
No known bugs exist. 2008 Jul 06 HEX2SFD(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

New to Unix---

I am a new to Unix.. I am trying to sort a file that contains alphanumeric .. I have tried the -n and -f and the file is not sorted in correct alphabetical and number order... Someone , please help..... much apppreciated..... thanks (3 Replies)
Discussion started by: Chanel
3 Replies

2. UNIX for Dummies Questions & Answers

hex value in a file + perl

Am not able to display the corresponding character for the hex value using the format specifier into a file Could you please help me with that >cat other a|\xc2\xbo >cat write.pl #! /opt/third-party/bin/perl open(FILE2, "< other") || die "Unable to open file other\n"; while (... (7 Replies)
Discussion started by: matrixmadhan
7 Replies

3. UNIX for Advanced & Expert Users

sorting data based on multi columns

Hi all I have data in following format: CSCH74,2007,1,09103,15 CSCH74,2007,10,09103,0 CSCH74,2007,11,09103,0 CSCH74,2007,12,09103,0 CSCH74,2007,2,09103,15 CSCH74,2007,3,09103,194 CSCH74,2007,4,09103,115 CSCH74,2007,5,09103,66 CSCH74,2007,6,09103,0 CSCH74,2007,7,09103,0... (2 Replies)
Discussion started by: sumeet
2 Replies

4. Shell Programming and Scripting

can Awk split my field on the .

I am trying to pull data out of a file to execute a series of repetitive commands. One of the fields is a {hex number}.{hex number} pattern. I need the first part of that structure to pass into the command. The file structure is like this: A 2007/10/20 09:50:00 li text ef6da.1 name ... (6 Replies)
Discussion started by: oly_r
6 Replies

5. Programming

to convert int to hex

Hi, Can you help me in converting int value to hex in a single command. Thanks (8 Replies)
Discussion started by: naan
8 Replies

6. Shell Programming and Scripting

converting hex to dec

Hi Experts, I have a file called "hex" which contains info like below How do i convert everything in this file to decimal value? Please advice. Thanks (4 Replies)
Discussion started by: aismann
4 Replies

7. Shell Programming and Scripting

parsing a hex file

Goodmorning, I have a hex encoded file that needs to be parsed to remove some bytes and write the remaining ones to a new file. Here is the top of the file as shown by a hex editor: http://www.wallpaperdepot.com/images/unix/TopofFile.gif The first parse exercise is to remove bytes 0-87... (6 Replies)
Discussion started by: philplasma
6 Replies

8. AIX

Whar is hex dump utility and how to insert 1C?

What is the hexdump utility on AIX box. Also I want to insert hex 1C using vi editor how to do that. Thanks. :) (2 Replies)
Discussion started by: ekb
2 Replies

9. Shell Programming and Scripting

Replacing hex characters '\x0D' with '\x0D\x0A'

Hello All, I have a requirement where I need to replaced the hex character - '\x0D' with 2 hex characters - 'x0D' & 'x0A' I am trying to use SED - But somehow its not working. Any pointers? Also the hex character '\x0D' can occur anywhere in the line. Can this also be accomplished... (6 Replies)
Discussion started by: paragkalra
6 Replies

10. Shell Programming and Scripting

Find duplicate files

What utility do you recommend for simply finding all duplicate files among all files? (4 Replies)
Discussion started by: kiasas
4 Replies

11. Shell Programming and Scripting

search more than one pattern with perl on same line

Hi friends, I want to search for some hex error codes in some files. After the hex error code is found, the occurences would be counted. Afterwards the found hex errorcode would be cat into a separate file. Here is my code: #!/usr/bin/perl use File::Basename; my $find = $ARGV; my... (2 Replies)
Discussion started by: sdohn
2 Replies

12. UNIX for Dummies Questions & Answers

report duplicate

Hi i have a file with one column and want to report the value that has duplicate like rag rag hi hi hi 123 456 output should be rag hi thank you (6 Replies)
Discussion started by: thonlun
6 Replies

13. Shell Programming and Scripting

Checking for duplicate code

I have a short line of code that checks very rudimentary for duplicate code: sort myfile.cpp | uniq -c | grep -v "^.*1 " | grep -v "}" It sorts the file, counts occurrences of each line, removes single occurrences and removes the ubiquitous closing brace. The language is C++, but is easily... (3 Replies)
Discussion started by: figaro
3 Replies

14. Shell Programming and Scripting

Find and increment value in string of hex

I have a long string of hex (from ASN.1 data) where I need to find and change a particular hex value only and increment it. The hex pairs either side (84 and a7) of the value to increment will remain constant. i.e. "84 <length> <value_to_increment> a7" starting with 00. So end result: ... (11 Replies)
Discussion started by: securegooner
11 Replies

15. UNIX for Beginners Questions & Answers

Using sed to split hex string

Hi, I'm looking to split the following hex string into rows of four elements. I've tried the following but it doesn't seem to work. How can I tell sed to match based on a pair of number(s) and letter(s), and add a newline every 4 pairs? In addition, I need to add another newline after every... (5 Replies)
Discussion started by: sand1234
5 Replies