Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ecppll(1) [hpux man page]

ecppll(1)							Tntnet users guide							 ecppll(1)

NAME
ecppll - language-linker for ecpp SYNOPSIS
ecppll [-I dir] [-F] [-o output-filename] ecpp-filename [translated-data] DESCRIPTION
Ecppll is the language-linker for ecpp. This program combines the data of a ecpp-file with translated phrases from a source-file and gen- erates a data-file used by tntnet to look up translated data. The translated data file must contain the original phrase and the translated version separated by tab line by line. To generate a language file the generated files of all components of a component-library must be zipped. The resulting zip-file must have the same basename as the component-library and the language-code as the extension. Tntnet tries to find the langage library by first appending the value of the query parameter LANG to the name of the componentlibrary. If the file is not found, the environment-variable LANG is used. If that is neither found, the default data from the original component is used. OPTIONS
-F Fail on warning. If a phrase is not found in the language-data or in language-data is a phrase not used it the ecpp-file, ecppll warns about it to standard output. If this flag is set, ecppll returns a non-zero return-code. -I dir Search include-files in directory. This option can be passed multiple times. All specified directories are searched in turn for include-files. -o filename Specify output filename AUTHOR
This manual page was written by Tommi Makitalo <tommi@tntnet.org>. SEE ALSO
tntnet(1), ecpp(7), ecppl(1) Tntnet 2006-08-26 ecppll(1)

Check Out this Related Man Page

ecppll(1)							Tntnet users guide							 ecppll(1)

NAME
ecppll - language-linker for ecpp SYNOPSIS
ecppll [-I dir] [-F] [-o output-filename] ecpp-filename [translated-data] DESCRIPTION
Ecppll is the language-linker for ecpp. This program combines the data of a ecpp-file with translated phrases from a source-file and gen- erates a data-file used by tntnet to look up translated data. The translated data file must contain the original phrase and the translated version separated by tab line by line. To generate a language file the generated files of all components of a component-library must be zipped. The resulting zip-file must have the same basename as the component-library and the language-code as the extension. Tntnet tries to find the langage library by first appending the value of the query parameter LANG to the name of the componentlibrary. If the file is not found, the environment-variable LANG is used. If that is neither found, the default data from the original component is used. OPTIONS
-F Fail on warning. If a phrase is not found in the language-data or in language-data is a phrase not used it the ecpp-file, ecppll warns about it to standard output. If this flag is set, ecppll returns a non-zero return-code. -I dir Search include-files in directory. This option can be passed multiple times. All specified directories are searched in turn for include-files. -o filename Specify output filename AUTHOR
This manual page was written by Tommi Makitalo <tommi@tntnet.org>. SEE ALSO
tntnet(1), ecpp(7), ecppl(1) Tntnet 2006-08-26 ecppll(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

zipped or unzipped file

Is there a way you can tell if a file is still zipped or it's unzipped I have a file called ssss.zip and I would like to know if this file is still zipped or if it's unzipped? I'm on IBM AIX/RS6000 (3 Replies)
Discussion started by: ted
3 Replies

2. UNIX for Dummies Questions & Answers

Help me to read from both ziped and unziped files

I have zipped and unzipped files. I want to runa command that will read from all of the files (zipped and unzipped) at the same time without UNCOMPRESSING the original files because I dont have space to uncompress them. How do I do this?? Thanks in advance. (3 Replies)
Discussion started by: onalethata
3 Replies

3. Solaris

How can I tell if a file is zipped or not?

SunOS xxxxxx 5.10 Generic_142900-15 sun4v sparc SUNW,T5240 We receive files that are sometimes zipped, but the file may not have the .gz or other extention that would indicated that the file is zipped. Is there a unix "test" command that I could use or something similar? Thanks in advance (7 Replies)
Discussion started by: Harleyrci
7 Replies

4. Shell Programming and Scripting

Grabbing Keywords Below a Searched Keyword

Hello, I have a text file like the one found below and wouild like the grab the certain lines after the searched phrase. For example, I'd like to look up "Hello" and once I find the "Hello" section, grab the lines that contain "Text" and stops at the next section. Input.txt Example Hello... (8 Replies)
Discussion started by: jl487
8 Replies

5. UNIX for Beginners Questions & Answers

Printf() not displaying as it should.

Hi, I have some code. Everything works as it should, but, when I call view_all_contacts() to print the data, each line doesn't line up as it should. I get tab keys between each line. The problem code is this: printf("\n\eHere is the rest of the code: void add_contact();... (5 Replies)
Discussion started by: ignatius
5 Replies