Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

regconvert(1) [debian man page]

REGCONVERT(1)							The Regina Handbook						     REGCONVERT(1)

NAME
regconvert - Convert between different Regina file formats SYNOPSIS
regconvert [ -x | -u | -b ] old-file [ new-file ] DESCRIPTION
Between Regina versions 2.4 and 3.0, the data files changed from using an impenetrable and undocumented binary format to using (optionally compressed) XML. This utility converts back and forth between these different file formats. The argument old-file should be the file to read and convert; the argument new-file should be the name of the new converted file to write. These two filenames may be the same, in which case the old file will be replaced with the new. If the argument new-file is missing then the new file will be written to standard output, which forces the output to be uncompressed XML (see option -u). Warning: When writing an old-style binary file, some information might be lost. Old-style binary files can only store information that was understood by the old version Regina 2.4. OPTIONS
-x (default) Convert to compressed XML. -u Convert to plain (uncompressed) XML. -b Convert to the old-style binary format. MACOS X USERS
If you downloaded a drag-and-drop app bundle, this utility is shipped inside it. If you dragged Regina to the main Applications folder, you can run it as /Applications/Regina.app/Contents/MacOS/regconvert. WINDOWS USERS
The command-line utilities are installed beneath the Program Files directory; on some machines this directory is called Pro- gram Files (x86). You can start this utility by running c:Program FilesReginaRegina 4.93in egconvert.exe. SEE ALSO
regfiletype, regina-gui. AUTHOR
This utility was written by Benjamin Burton <bab@debian.org>. Many people have been involved in the development of Regina; see the users' handbook for a full list of credits. 28 May 2012 REGCONVERT(1)

Check Out this Related Man Page

rxstack(1)						      General Commands Manual							rxstack(1)

Name
       rxstack - The Regina Rexx Interpreter stack daemon

Syntax
       rxstack [ -D ] -d | -k

Description
       rxstack is a daemon that provides access to Regian Rexx external queues directly to Regina Rexx programs or indirectly (via rxqueue) to any
       other program via stdin and stdout Without any options, rxstack runs in the foreground.

Options
       -D     Sets debugging on

       -d     Starts rxstack as a daemon

       -k     Kills the running rxstack process.

Environment
       rxstack uses the following environment variables if set.

       RXDEBUG
	      Enables debugging. Same as specifying -D option.

       RXSTACK
	      The port number on which rxstack listens. By default this is 5757.

       RXQUEUE
	      The name of the queue to be used if not specified by the client using rxstack.  By default this is SESSION.

Copyright
       The Regina Rexx interpreter is distributed under the GNU Library General Public License, see the file `COPYING-LIB' in the source code dis-
       tribution.

Author
       Anders Christensen, University of Trondheim, Norway <anders@pvv.unit.no>.

Maintainer
       Changes to Regina since 0.07a, Mark Hessling <mark (at) rexx.org> with significant assistance from Florian Grosse-Coosmann.

See Also
       rxqueue(1)

       There are several good reference books on Rexx. The most famous is "The Rexx Language" by Mike Cowlishaw.  Visit http://www.rexxla.org (The
       Rexx Language Association) for any Rexx related information.

																	rxstack(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Convert XML file into TEXT file using PERL seript

Dear Yogesh..."Convert XML file into TEXT file using PERL seript"... can u help me regarding this issue...plz Thanks Rudro (0 Replies)
Discussion started by: Rudro
0 Replies

2. Shell Programming and Scripting

Deleting part of a string enclosed in brackets

I use otool on OS X to figure out the shared libraries that a binary uses. I run this command: otool -L /Applications/Vidnik\ 0.13.0/Vidnik.app/Contents/MacOS/Vidnik And it returns an output similar to this: /Applications/Vidnik 0.13.0/Vidnik.app/Contents/MacOS/Vidnik:... (10 Replies)
Discussion started by: pcwiz
10 Replies

3. Solaris

Regina Rexx 3.6 installation

1) Install below required pkg SUNWbtool, SUNWlibm, SUNWarc, SUNWhea and SUNWsprot SUNWsprox 2) Install GCC 3) Download Regina-REXX-3.6.tar Pkg for regina 4) tar -xvf Regina-REXX-3.6.tar 5) cd Regina-REXX-3.6 ./configure --build=sparc --enable-32bit --with-staticfunctions... (1 Reply)
Discussion started by: mahendra170
1 Replies

4. Shell Programming and Scripting

Convert binary file to csv and then back to the binary format

Hello *nix specialists, Im working for a non profit organisation in Germany to transport DSL over WLAN to people in areas without no DSL. We are using Linksys WRT 54 router with DD-WRT firmware There are at the moment over 180 router running but we have to change some settings next time. So my... (7 Replies)
Discussion started by: digidax
7 Replies