Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

any2ps(1) [osf1 man page]

any2ps(1)						      General Commands Manual							 any2ps(1)

NAME
any2ps - Converts a file to mule internal code and then to PostScript format SYNOPSIS
any2ps [-in coding_system] [m2ps_options] < infile > outfile OPTIONS
Specifies the coding system (in the input file) that needs to be converted to mule *internal* code. By default, the input file is assumed to be in mule *internal* code, which means that code conversion is not done. Specifies one or more options passed by any2ps to the m2ps program. Refer to m2ps(1) for a description of these options. OPERANDS
Specifies the input file to be converted to *internal* code. Specifies the output PostScript file. DESCRIPTION
The any2ps command is an alternative to running the coco and m2ps programs separately. Like the programs that it invokes, any2ps is derived from software supplied by the Free Software Foundation. The any2ps program performs the following operations: Invokes coco to convert the input file from the specified coding system to Mule internal code (called *internal* code) Passes the converted result, along with the specified m2ps options, to m2ps for processing The m2ps program then generates the PostScript program file to be printed. SEE ALSO
Commands: coco(1), m2ps(1), mule(1) any2ps(1)

Check Out this Related Man Page

roff2dvi(1)						      General Commands Manual						       roff2dvi(1)

NAME
roff2dvi - transform roff code into dvi mode SYNOPSIS
roff2dvi [groffer_option...] [--] [filespec...] roff2dvi -h | --help roff2dvi -v | --version The options -v and --version print the version information of the program to standard output and exit. The options -h and --help print a usage information of the program to standard output and stop the program instantly. All other options are assumed to be groffer options. They are internally passed to groffer. They override the behavior of the program. The options are optional, they can be omitted. The filespec arguments correspond to the filespec arguments of groffer. So they are either the names of existing, readable files or - for standard input, or the name of a man page or a groffer(1) man page search pattern. If no filespec is specified standard input is assumed automatically. DESCRIPTION
roff2dvi transforms roff code into dvi mode. Print the result to standard output. There are more of these programs for generating other formats of roff input. roff2html(1) generates html output. roff2pdf(1) outputs pdf mode. roff2ps(1) prints PostScript format to standard output. roff2text(1) generates text output in the groff device latin1. roff2x(1) prints the output in the groff device X that is suitable for programs like gxditview(1) or xditview(1). SEE ALSO
groff(1), groffer(1), roff2html(1), roff2pdf(1), roff2ps(1), roff2text(1), roff2x(1), gxditview(1). AUTHOR
This file was written by Bernd Warken. COPYING
Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. This file is part of groffer, which is part of groff, a free software project. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2, or (at your option) any later version. You should have received a copy of the GNU General Public License along with groff, see the files COPYING and LICENSE in the top directory of the groff source package. Or read the man page gpl(1). You can also write to the Free Software Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. Groff Version 1.21 25 June 2012 roff2dvi(1)
Man Page

8 More Discussions You Might Find Interesting

1. Programming

my problems with MAKEFILE command

Hi everyone. I'm a newbies in using c++ in UNIX. And since then I only do maintenance coding not development. so far i understand c++ coding and OOP concepts. currently i'm working onsomething for maintenance purpose.here's the situation : below are my files : source files: advDisc.cpp ... (2 Replies)
Discussion started by: aliasunway
2 Replies

2. BSD

e.mule over ssh

Hi there, im looking for an e.mule or e.donkey that can run in freebsd but without gui, i access the server using ssh and i cant access it using any window s manager like gnome or kde, so i need e.donkey or mule software to start downloading from it, any ideas ? (0 Replies)
Discussion started by: XP_2600
0 Replies

3. Programming

where i get coding for networking in C?

hai, this is nagalakshmi. i have a question in Unix C. i need the coding for the file transfer and simulation of protocols in C where i get the coding? (2 Replies)
Discussion started by: xpertlakshmi
2 Replies

4. UNIX for Dummies Questions & Answers

pro*c coding

Hi All, I am new to pro*C. I have a select statement as select a.ename,a.sal,a.empno from emp where &n=(select count(distinct(b.sal)) from emp b where a.sal<=b.sal for this query I have to write a pro*C program. So can you please send me the complete code. Then I will foloow the same... (1 Reply)
Discussion started by: user71408
1 Replies

5. AIX

need help for coding this logic

contact me on <email address deleted> or <email address deleted> (1 Reply)
Discussion started by: suprithhr
1 Replies

6. Shell Programming and Scripting

Suggestions/Recommendations for coding

#!/bin/sh #set -x uploaddir="/u01/app/informatica/dev3/sample/GPMDir/UploadDir" processdir="/u01/app/informatica/dev3/sample/GPMDir/ProcessDir" datetime=`date +%Y%m%d` logdir="$processdir/GPMLogFile_$datetime.log" echo "<---------------Start Copying & Moving GPM Files To Process... (0 Replies)
Discussion started by: Ariean
0 Replies

7. Programming

How to evaluate which coding approach is best?

Let's say for example that we have two different ways was can code the exact same program to achieve the same result. What is the best way to determine which of the two methods is the best solution? Is it as simple as basing it on how long the program takes to run or is there a more... (4 Replies)
Discussion started by: jmvbxx
4 Replies

8. Solaris

Getting Started in UNIX - incorporating C coding

I'm just starting a 'serious' coding in UNIX, so what I need is to run a C code on UNIX, What do I have to install (app) prior to coding/running the code and how do I compile that code? can I write my c code in UNIX or I need to have a visual studio for this? (7 Replies)
Discussion started by: Peevish
7 Replies