Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tapconvert(1) [linux man page]

TAPCONVERT(1)															     TAPCONVERT(1)

NAME
tapconvert - convert Twisted configurations from one format to another SYNOPSIS
tapconvert -i input -o output [-f input-type] [-t output-type] [-d] [-e] tapconvert --help DESCRIPTION
The --help prints out a usage message to standard output. --in, -i <input file> The name of the input configuration. --out, -o <output file> The name of the output configuration. --typein, -f <input type> The type of the input file. Can be either 'guess', 'python', 'pickle', 'xml', or 'source'. Default is 'guess'. --typeout, -t <output type> The type of the output file. Can be either 'pickle', 'xml', or 'source'. Default is 'source'. --decrypt, -d Decrypt the specified tap/aos/xml input file. --encrypt, -e Encrypt output file before writing. --version Output version information and exit. AUTHOR
Written by Moshe Zadka, based on tapconvert's help messages REPORTING BUGS
To report a bug, visit http://twistedmatrix.com/bugs/ COPYRIGHT
Copyright (C) 2000-2008 Twisted Matrix Laboratories. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. July 2001 TAPCONVERT(1)

Check Out this Related Man Page

TAPCONVERT(1)															     TAPCONVERT(1)

NAME
tapconvert - convert Twisted configurations from one format to another SYNOPSIS
tapconvert -i input -o output [-f input-type] [-t output-type] [-d] [-e] tapconvert --help DESCRIPTION
The --help prints out a usage message to standard output. --in, -i <input file> The name of the input configuration. --out, -o <output file> The name of the output configuration. --typein, -f <input type> The type of the input file. Can be either 'guess', 'python', 'pickle', 'xml', or 'source'. Default is 'guess'. --typeout, -t <output type> The type of the output file. Can be either 'pickle', 'xml', or 'source'. Default is 'source'. --decrypt, -d Decrypt the specified tap/aos/xml input file. --encrypt, -e Encrypt output file before writing. --version Output version information and exit. AUTHOR
Written by Moshe Zadka, based on tapconvert's help messages REPORTING BUGS
To report a bug, visit http://twistedmatrix.com/bugs/ COPYRIGHT
Copyright (C) 2000-2012 Twisted Matrix Laboratories. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. July 2001 TAPCONVERT(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help needed in writing awk script for xml source

Hi, i am not able to get an approach for converting xml file to flat file using awk programming. Can anyone help me out. The input xml is like this: <outer> <field1>one</field1> <field2>two</field2> <field3>three<Error Code=777 Description=12345/></field3> <field4>four</field4> </outer>... (2 Replies)
Discussion started by: naren_0101bits
2 Replies

2. Shell Programming and Scripting

Removing html tags

I store different variance of the below in an xml file. and apparently, xml has an issue loading up data like this because it contains html tags. i would like to preserve this data as it is, but unfortunately, xml says i cant. so i have to strip out all the html tags. the examples i found... (9 Replies)
Discussion started by: SkySmart
9 Replies

3. Red Hat

How to get a particular field from xml file?

i have a xml file and in that input file path is given. how to fetch that input file path using shell script. (4 Replies)
Discussion started by: ramsavi
4 Replies

4. UNIX for Dummies Questions & Answers

How to trim the file names?

How do i get the following output, irrespective of how many . 's i will have the file name. Input: FCBTexas_2013_12_31_16_V2.5_Masked.xml.filepart Output: FCBTexas_2013_12_31_16_V2.5_Masked.xml Thank you. (6 Replies)
Discussion started by: Ariean
6 Replies

5. Shell Programming and Scripting

Formatting File Decryption Output

Below is the out put of the decrypt command. Decrypt Command: /usr/bin/gpg --yes --batch --output file.xml --decrypt file.xml.gpg Output: gpg: encrypted with 2048-bit RSA key, ID 96301328, created 2014-04-29 "XYZ <xyz@abc.com>" gpg: encrypted with 2048-bit ELG-E key, ID ECB614CF,... (5 Replies)
Discussion started by: Ariean
5 Replies