tf.cfg

Package: WA2L/WinTools 1.2.08
Section: Configuration Files (4)
Updated: 11 April 2024
Index Return to Main Contents

 

NAME

tf.cfg - configuration file for tf

 

SYNOPSIS

WA2LWinTools/etc/tf.cfg

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

This is the configuration file for the tf command.

 

FILEFORMAT

Rows starting with a # are considered as comments.

The file format is OPTION=VALUE

Between the OPTION , the = and the VALUE are no spaces.

You can comment out any OPTION or completely remove the related setting line to use the default settings.

 

OPTIONS

FILTERPATH
semicolon separated search path to locate filters to be processed by the tf(1) command.

The directory WA2LWinTools\var\scripts is always the last directory searched for filters by tf and therefore does not need to be added to the FILTERPATH setting.

Example: FILTERPATH=%INSTALLDRIVE%:\data\filters;d:\misc

Default: FILTERPATH=%INSTALLDIR%\var\scripts

INCLUDE
semicolon separated list of include files containing library functions to be used in tf(1) filters.

The libraries lib/awkfunlib.awk and lib/awkmathlib.awk are always included.

Example: INCLUDE=%INSTALLDIR%\var\scripts\mymathlib.awk

Default: INCLUDE=

CODEPAGE
set codepage.

Example: CODEPAGE=850

Default: CODEPAGE=1252

 

EXAMPLES

1) Simple example configuration file

#
# WA2LWinTools/etc/tf.cfg - Configuration file for tf
#
# [00] 14.07.2020 CWa   Initial Version
#

FILTERPATH=%INSTALLDRIVE%:\data\filters;d:\misc
INCLUDE=%INSTALLDIR%\var\scripts\mymathlib.awk

 

SEE ALSO

wintoolsintro(1), wtshell(1m), tf(1), https://ss64.com/nt/chcp.html, https://docs.microsoft.com/en-gb/windows/win32/intl/code-page-identifiers

 

NOTES

-

 

BUGS

-

 

AUTHOR

tf.cfg was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2021 Christian Walther

This is free software; see WA2LWinTools/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:33:08 GMT, September 14, 2024