Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tie(1) [debian man page]

TIE(1)							      General Commands Manual							    TIE(1)

NAME
tie - merge or apply WEB change files SYNOPSIS
tie -c|-m outputfile masterfile changefile... DESCRIPTION
The tie program is used to process multiple change files used with the WEB system for literate programming. The WEB programs allow to apply patches to a source file (the masterfile) by means of a number of change files (often only a single change file is allowed). Tie can be used to either merge up to 32 change files into a single one or to apply the changes to the masterfile in order to create a new one. Output of either the new change file or the patched master file goes into outputfile. OPTIONS
-c Create a single change file from the given changefiles. -m Create a new master file by applying the given changefiles. ENVIRONMENT
The environment variable WEBINPUTS is used to search for the input files, or the system default if WEBINPUTS is not set. See tex(1) for the details of the searching. SEE ALSO
web(1), ctie(1), cweb(1). AUTHOR
Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik. Man page by Joachim Schnitter, TH Darmstadt, Phys. Chemie I. Web2C 2012 7 April 2010 TIE(1)

Check Out this Related Man Page

WEAVE(1)                                                      General Commands Manual                                                     WEAVE(1)

NAME
weave - translate WEB to TeX SYNOPSIS
weave [-x] webfile[.web] [changefile[.ch]] DESCRIPTION
This manual page is not meant to be exhaustive. The complete documentation for this version of TeX can be found in the info file or manual Web2C: A TeX implementation. The weave program is used to create a TeX file for viewing a Web program. It takes appropriate care of typographic details like page lay- out and the use of indentation, italics, boldface, etc., and it supplies extensive cross-index information that it gathers automatically. The command line arguments are the same as for tangle except for the option: -x says to omit the index, module name list, and table of con- tents pages. (A CONTENTS.tex file will still be written when the TeX file is processed, however, unless some macros in webmac.tex are redefined.) The output TeX file name is formed by adding .tex to the root of the Web file name. There are several macros that probably should be redefined by the programmer at the beginning of the Web file. It is a good idea to set itle to the name of the program. And, to cause output of only changed modules, one can say letmaybe=iffalse (usually as the first change in the change file). ENVIRONMENT
The environment variable WEBINPUTS is used to search for the input files, or the system default if WEBINPUTS is not set. See tex(1) for the details of the searching. FILES
$TEXMFMAIN/tex/plain/base/webmac.tex TeX macros used by weave output. SEE ALSO
tangle(1) for references, authors, and other information. Web2C 2012 7 April 2010 WEAVE(1)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

IP change

Have to change the IP of Solaris 8 on a Sun Enterprise 450 tomorrow. Do know the ifconfig, but have to change some files as well to consolidate this. Can't find/remember which files that are. Anybody? Kuultak (2 Replies)
Discussion started by: kuultak
2 Replies

2. Programming

regarding files

i want to read the file from EOF to 1st line of the file . is there anyway to do this. sree (8 Replies)
Discussion started by: phani_sree
8 Replies

3. Programming

creating so's

hi everyone i have a doubt about ".so" files. what is the need of ".so" files. why we use ".so" files. where we can use ".so" files. how can i create ".so" files. can u tell me a good example please thank you (6 Replies)
Discussion started by: ramesh.jella
6 Replies

4. Shell Programming and Scripting

change multiple ownership

Good afternoon, Sir's, i owuld like to search for some advice, whats the fastest way to change multiple files ownership. For HostnameA will be their basis, for what ever files and permissions that hostnameA has, it should replicate the permissions and ownership to hostname B. $hostname... (1 Reply)
Discussion started by: invinzin21
1 Replies

5. Shell Programming and Scripting

Create a file based on multiple files

(0 Replies)
Discussion started by: coach5779
0 Replies

6. Shell Programming and Scripting

How to change file name?

Hi, I have some hundreds of files in one directory and I want to change the file name. For example: 'abc'_'def'.lst i want to change it to abc_def.sql - basically i want to remove colon and change the file name from .lst to .sql. Is there any awk command to change above filenames.. ... (7 Replies)
Discussion started by: rajshashi
7 Replies

7. Shell Programming and Scripting

Read a File line by Line in unix

Hi , I have few files in a directory . I need to read all the files in that direcory and search for certain criteria in each file and write into a outputfile. I am also writing the each file name to the outputfile . For the above criteria , i have written the script.... (1 Reply)
Discussion started by: burwood
1 Replies

8. Homework & Coursework Questions

Create Makefile from source files

1. The problem statement, all variables and given/known data: Create a makefile for a set of source files. Several sources files are given but we are not allowed to modify them. The goal is to create a makefile such that if a change is made to any of the source code files, the project can be... (5 Replies)
Discussion started by: pintu1228
5 Replies

9. Shell Programming and Scripting

Comparing fields of two files and displaying results

Hello , I am trying to compare two files i.e one master file and the other exclusion file. If the second field of masterfile is oracle8 then I need to compare the 3rd field of master file with the 1st field of all the rows of exclusion file else I need to compare 2nd field from master file with... (2 Replies)
Discussion started by: rahul2662
2 Replies