Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xracer-mktube(1) [debian man page]

XRACER-TOOLS(1) 					      General Commands Manual						   XRACER-TOOLS(1)

NAME
xracer-mktube -- XRacer tubular outline generator SYNOPSIS
xracer-mktube --steps STEPS [--outputc OUTPUTFILE] [--outputtube TUBEOUTPUTFILE] [--verbose] [INPUTFILE] DESCRIPTION
This manual page documents briefly the xracer-mktube command. This manual page was written for the Debian distribution because the original program does not have a manual page. xracer-mktube is a perl script that takes a Blender VideoScape file INPUTFILE which is a basic tubular outline of the track. The script optionally generates a C source file OUTPUTFILE that contains code suitable to be used as a track in the game XRacer, and also as an inter- mediate TUBEOUTPUTFILE (.tube) file which is used by the other track processing scripts. OPTIONS
--steps STEPS the number of vertices in each segment --outputc OUTPUTFILE the C file to write --verbose verbose output --tubefile TUBEFILE the tube file generated by mktube prog SEE ALSO
xracer (6), XRacer::BVRML (3pm) AUTHOR
This manual page was written by Ying-Chun Liu (PaulLiu) <grandpaul@gmail.com> for the Debian system (but may be used by others). Permis- sion is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later ver- sion published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. XRACER-TOOLS(1)

Check Out this Related Man Page

TILED-QT(1)						       tmxviewer User Manual						       TILED-QT(1)

NAME
tmxviewer - program to view tmx files SYNOPSIS
tmxviewer [{-h | --help}] [{-v | --version}] [file] DESCRIPTION
This manual page documents briefly the tmxviewer commands This manual page was written for the Debian distribution because the original program does not have a manual page. tmxviewer is a program that views tmx map file. It pops a window and let you browse the map. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. -v, --version Show version of program. SEE ALSO
tiled(1) AUTHOR
Ying-Chun Liu <paulliu@debian.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Ying-Chun Liu (PaulLiu) This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. tmxviewer 05/16/2012 TILED-QT(1)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Use wildcards in a script

Hello I have this script: #!/bin/ksh INPUTFILE=$1 TEMPFILE=$INPUTFILE.$$ OUTPUTFILE=$INPUTFILE.new # nr of arguments has to be 1 if then echo "\nUsage: $0 inputfile\n" return 1 fi # inputfile must exist and be readable if then (13 Replies)
Discussion started by: emferrari
13 Replies

2. Shell Programming and Scripting

track one file and copy to another server

Hello Friends, I am new to scripting, please guide me in below problem: I want to track a file, if anyone make any changes to that file then script should copy it to another server. my whole purpose is to backup a critical file automatically when any change is done to that specific... (1 Reply)
Discussion started by: makkar4u
1 Replies