Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

regconcat(1) [debian man page]

REGCONCAT(1)							The Regina Handbook						      REGCONCAT(1)

NAME
regconcat - Combine several Regina data files SYNOPSIS
regconcat [ -o output-file ] input-file ... DESCRIPTION
This utility combines several individual Regina data files into a single larger data file. The new file will have a container as its top- level packet, and beneath this container will be the packet trees from each of the input files that you supply. If an output file is specified through option -o, the new file will be written as compressed XML to this output file. Otherwise the new file will be written as uncompressed XML to standard output. OPTIONS
-o output-file Specifies that the new combined data file should be written as compressed XML to the given output file. 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/regconcat. 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 egconcat.exe. SEE ALSO
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 REGCONCAT(1)

Check Out this Related Man Page

TRICENSUS-MPI-STATUS(1) 					The Regina Handbook					   TRICENSUS-MPI-STATUS(1)

NAME
tricensus-mpi-status - Summarise the log file of an MPI census of triangulations SYNOPSIS
tricensus-mpi-status log-file DESCRIPTION
This utility reads a log file produced by a tricensus-mpi job, and writes a human-readable summary to standard output. It can be used for either jobs that have finished or jobs that are still running, and it can happily read logs that have been compressed using gzip or bzip2. The logs produced by tricensus-mpi are very detailed, including timestamps, details of which slaves have taken which tasks, and how many triangulations each task has produced. This utility distills this detailed log into an easy-to-read summary, with one line for each face pairing. Output will only appear for face pairings that have been examined so far (which includes face pairings still being processed). This output will include: o whether processing for each face pairing has finished; o the number of triangulations found so far for each face pairing; o the number of subsearches generated and/or finished for each face pairing (only relevant when running in subsearch mode). The final line of output will list the total number of triangulations found so far, whether the census has finished, and if not, when the last log entry was written. For further explanation of the terminology used above, see the tricensus-mpi reference. EXAMPLES
See the tricensus-mpi reference for a sample session in which tricensus-mpi-status is used. MACOS X AND WINDOWS USERS
This utility is not shipped with the drag-and-drop app bundle for MacOS X or with the Windows installer. SEE ALSO
tricensus-mpi, 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 TRICENSUS-MPI-STATUS(1)
Man Page

6 More Discussions You Might Find Interesting

1. OS X (Apple)

OS/X 10.4 Deleting unwanted applications

What is the correct way to delete unwanted applications from a MACbook running OS/X 10.4.1.1. It is sufficient to drag and drop from Applications folder to Trash, then clear Trash? (2 Replies)
Discussion started by: methyl
2 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. Shell Programming and Scripting

Renaming Files Based on Contents

Hello everyone, I currently have a situation which is causing me some issues for keeping up with certain files. I will explain this to the best of my abilities. I have a list of files as follows 50_REPORT_1111 - file contains the word Car 50_REPORT_2222 - file contains the word House... (15 Replies)
Discussion started by: DerangedNick
15 Replies

4. Programming

Decript a File Generated by a Pro*C Program

Hi, I've a Pro*C program that generates a file with dat extension and it uses the following function to encrypt the data in the file. Can anyone help in creating a function/program in any language that can decrypt the dat file? void encrypt (unsigned long* entryvar) { typedef struct{... (1 Reply)
Discussion started by: RickyC9999
1 Replies

5. UNIX for Dummies Questions & Answers

File manipulation via awk

Hello, I am having issues generating the output file below from this input file: Basically, what I want is if the ID= matches with the line below to print the first value in column 3 and the last value of column 4 for the matching ID's. The ID's can repeat more than twice, however, they... (2 Replies)
Discussion started by: verse123
2 Replies

6. 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