Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tmexpand(1) [debian man page]

TMEXPAND(1)															       TMEXPAND(1)

NAME
tmexpand - jed text-macro processor SYNOPSIS
tmexpand [ --version] [ -g] [ -Iinclude-dir -Iinclude-dir ...] [ input-file|-] [ output-file|-] DESCRIPTION
tmexpand is a simple jed-script program for expanding a text-macro file. Both the S-Lang and jed documentation, as well as the jedsoft.org web pages are written in text-macro format. Included in the tmexpand distribution are macros for the creation of jedsoft.org style HTML pages, macros for producing linuxdoc and doc- book SGML files, and macros for expanding S-Lang function text-macro documentation to the S-Lang help file format. OPTIONS
--version Print version information -g Load with _traceback set to 1. This is useful for debugging tmexpand itself. -Iinclude-dir Append the directory to the macro-directory search list. REQUIREMENTS
tmexpand is a S-Lang script that is processed by the jed editor. Version 0.99-17 or later of the jed editor is required to run the script. To get the most out of tmexpand, jed should be compiled against S-Lang version 2. USAGE
This section is incomplete. BUGS
Debugging the output when something goes wrong can be tricky. AUTHOR
The author of tmexpand is John E. Davis <jed@jedsoft.org>. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 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 25 March 2005 TMEXPAND(1)

Check Out this Related Man Page

TESSRUN(1)																TESSRUN(1)

NAME
tessrun - convenience script for running TESS scripts en masse SYNOPSIS
tessrun [ -h ] [ -l ] [ -l ] [ application [ args ...] ] DESCRIPTION
The tessrun script is part of TESS, the (Te)st (S)ystem for (S)-Lang. It is intended to simplify the invocation, typically within a Make- file, of TESS-based automated regression suites. Each test in the current directory (marked by a .t suffix) will be automatically loaded into the S-Lang interpreter (within slsh, by default) and executed. tessrun returns 1 if any tests fail, otherwise 0. OPTIONS
-h Output this short help text. -l Supports local execution of examples (before install). -v Verbose mode. application [ args ...] Replace the use of slsh with the given application, and optional arguments. AUTHOR
The author of TESS is Michael S. Noble <mnoble@space.mit.edu>. Rafael Laboissiere <rafael@debian.org> created the TESS package for Debian and helped author this manual page. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 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 SEE ALSO
On Debian systems the reference manual for TESS can be found at /usr/share/doc/slang-tess/tess.txt.gz. It is also packaged in text and PDF forms in the source distribution. 02 November 2005 TESSRUN(1)
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

Compiling problem

I'm trying to install the jed text editor on a SunOS 5.10 box. It depends on the s-lang library, which I installed to ~/lib. I'm trying to install jed to ~/jed (it's a box @ my university, so I don't have rights to install globally), but when I run make I get this error: It looks like it... (1 Reply)
Discussion started by: iandunn
1 Replies

2. UNIX for Dummies Questions & Answers

trying to modify dir as a file

If a dir is treated in unix as a file. can it be modified by using text editor or some other way? When I tried to edit it, i get this error. Error : E382: Cannot write, 'buftype' option is set (2 Replies)
Discussion started by: cosmic_egg
2 Replies

3. UNIX for Dummies Questions & Answers

Shell script to search for text in a file and copy file

Compete noob question.... I need a script to search through a directory and find files containing text string abcde1234 for example and then copy that file with that text string to another directory help please :eek: (9 Replies)
Discussion started by: imeadows
9 Replies

4. UNIX for Dummies Questions & Answers

Simple version control script for text files

HI guys, Could you help me writing a simple version control script for a text files. the format could be ./version_control <file(s)> (I want it to be able to work with more than 1 file at the same time) commands are add and get, add means you add new file(s) to the archive, get means you... (4 Replies)
Discussion started by: s3270226
4 Replies