Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tessrun(1) [debian 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)

Check Out this Related 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)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Rename folder/directory after running sort script

Hello, I'm trying to create a script that sorts documents by author (found in file name) and then create a directory for that author. For example, Input: John - Paper_1.txt John - Paper_2.txt Mark - Paper_1.txt Jill - Paper_1.txt Output: dir/John/Paper_1.txt dir/John/Paper_2.txt... (1 Reply)
Discussion started by: jl487
1 Replies

2. Shell Programming and Scripting

Script to edit a text file

hi, could someone share a short script that would process a .txt file and do the following, for example the text file has this form 0:1.0 1:1.0 2:2.0 3:3.0 4:4.0 5:5.0 6:6.0 7:7.0 8:8.0 ... {newline} 9:9.0 10:10.0 11:11.0 12:12.0 13:13.0 14:14.0 15:15.0 16:16.0 17:17.0 ... {newline} and I... (3 Replies)
Discussion started by: c_lady
3 Replies