Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jv-convert(1) [redhat man page]

JV-CONVERT(1)								GNU							     JV-CONVERT(1)

NAME
jv-convert - Convert file from one encoding to another SYNOPSIS
jv-convert [OPTION] ... [INPUTFILE [OUTPUTFILE]] DESCRIPTION
jv-convert is a utility included with "libgcj" which converts a file from one encoding to another. It is similar to the Unix iconv util- ity. The encodings supported by jv-convert are platform-dependent. Currently there is no way to get a list of all supported encodings. OPTIONS
--encoding name --from name Use name as the input encoding. The default is the current locale's encoding. --to name Use name as the output encoding. The default is the "JavaSrc" encoding; this is ASCII with u escapes for non-ASCII characters. -i file Read from file. The default is to read from standard input. -o file Write to file. The default is to write to standard output. --reverse Swap the input and output encodings. --help Print a help message, then exit. --version Print version information, then exit. SEE ALSO
COPYRIGHT
Copyright (C) 2001, 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU General Public License'', the Front- Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the man page gfdl(7). gcc-3.2.2 2003-02-25 JV-CONVERT(1)

Check Out this Related Man Page

GREPJAR(1)								GNU								GREPJAR(1)

NAME
grepjar - search files in a jar file for a pattern SYNOPSIS
grepjar [-bcinsw] -e PATTERN | PATTERN files... DESCRIPTION
The "grepjar" program can be used to search files in a jar file for a pattern. OPTIONS
-b Print byte offset of match. -c Print number of matches. -i Compare case-insensitively. -n Print line number of each match. -s Suppress error messages. -w Force PATTERN to match only whole words. -e PATTERN Use PATTERN as regular expression. --help Print help, then exit. -V --version Print version number, then exit. SEE ALSO
jar(1), gcj(1), gij(1), gfdl(7) and the Info entry for gcj. COPYRIGHT
Copyright (C) 2002 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU General Public License'', the Front- Cover texts being (a) (see below), and with the Back-Cover Texts being (b) (see below). A copy of the license is included in the man page gfdl(7). gcc-3.2.2 2003-02-25 GREPJAR(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

File encoding in Unix

1. I have a shell script which creates a file using cat command. How can i find what encoding the file follows (e.g. UTF8, ANSI)? 2. I want to convert that file to PC-ANSI format. How can i achieve that? I am using HP-Unix. (6 Replies)
Discussion started by: ssmallya
6 Replies

2. UNIX for Advanced & Expert Users

Umbrella script

Hi All, Can anybody help me to write the umbrella script for the following? I have three steps to do. STEP 1: CONVERT XML files to PS files STEP 2: CONVERT ALL PS FILES TO PDF FILES STEP 3: FTPING ALL PDF FILES TO THE SERVER. I have the codes for the above three steps. Now I... (3 Replies)
Discussion started by: sunitachoudhury
3 Replies

3. Shell Programming and Scripting

Umbrella Scripting(very Urgent)

Hi All, Can anybody help me to write the umbrella script for the following? I have three steps to do. STEP 1: CONVERT XML files to PS files STEP 2: CONVERT ALL PS FILES TO PDF FILES STEP 3: FTPING ALL PDF FILES TO THE SERVER. I have the codes for the above three steps. Now I... (6 Replies)
Discussion started by: sunitachoudhury
6 Replies

4. Shell Programming and Scripting

File Conversion

Hi all, How can i convert a file from one encoding to another? Lets say I have a file which is of utf-8 encoding and I want to convert it to cp875. Can anyone tell me how can I achieve this in shell script? Thanks, Sridhar (2 Replies)
Discussion started by: sridhar_423
2 Replies

5. Shell Programming and Scripting

how to convert data from ASCII to Packed Decimal

Hi All, Please let me know if it is possible to convert data from ASCII to Packed Decimal through Unix? Basically we have ASCII file with numeric data we want to convert that files data to Packed decimal format to send it to main frame. Please let me know if we can do it through unix script.... (1 Reply)
Discussion started by: aloktiwary
1 Replies

6. Shell Programming and Scripting

Convert to UTF8 File - Unix

All, I have several *.dat files which is created in windows (ANSI Endoing) Or PC File format, once I copy those files to unix. How can I convert those file to utf8 encoding ? I tired iconv, it says not supported Please help Thanks - S (5 Replies)
Discussion started by: Shanks
5 Replies