Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

htag(1) [debian man page]

HTAG(1) 						User Contributed Perl Documentation						   HTAG(1)

NAME
htag.pl - Add taglines and sigs to email, news and fidonet messages. SYNOPSIS
htag.pl [-t tagfile -c cfgfile] -m msgfile htag.pl -f sigfile htag.pl -h DESCRIPTION
htag.pl is a sigmonster. It is designed to be extendable in many different ways through its use of plugins. It might be getting a little bit too sentient in its old age though. It can be used like this: htag.pl -m $1 $EDITOR $1 For information on configuration see the sample.htrc file To create signature files, it is tedious to have to work out what will and won't line up. This is why the -f option exists. Feed it a sigfile and it will replace the @[0-9]+[RC]?@ bits with required number of spaces so you can see if you got it right or not. (You could even run it from your favourite editor e.g. ":! htag.pl -f %" for vim on the current file.) BUGS
Inserting a tagline containing "@[0-9]+[RC]?@" has interesting results. This documentation is useless. Use The Source Luke. FILES
~/.htrc Config file SEE ALSO
http://www.earth.li/progs/htag.html AUTHOR
Simon Huggins <huggie@earth.li> perl v5.10.0 2008-06-16 HTAG(1)

Check Out this Related Man Page

RDIFFDIR(1)							   User Manuals 						       RDIFFDIR(1)

NAME
rdiffdir - compute and apply signatures and diffs to directories SYNOPSIS
rdiffdir [options] sig[nature] basis_dir signature_file rdiffdir [options] delta signature_file new_dir delta_file rdiffdir [options] patch basis_dir delta_file rdiffdir [options] tar basis_dir tar_file If signature_file or delta_file are "-", the data will be read from stdin or written to stdout as appropriate. DESCRIPTION
rdiffdir is supposed to be like rdiff, but can operate on directories. See rdiff(1) for more information. The syntax is similar. OPTIONS
--write-sig-to sigfile This option is only used in delta and tar modes. When specified, rdiffdir will write a signature of the directory it is processing to sigfile. The end result will be a delta and a new signature calculated over the same data. -z, --gzip-compress Enable gzip compression and decompression of signature and delta files. SELECTION OPTIONS
In signature and delta modes, rdiffdir accepts duplicity-like selection options including --exclude, --exclude-filelist-stdin, etc. See the duplicity(1) manual page for more information. BUGS
Hard links are currently unsupported (they will be treated as non-linked regular files). Bad signatures will be treated as empty instead of logging appropriate error message. AUTHOR
Ben Escoto <bescoto@stanford.edu> SEE ALSO
duplicity(1), python(1), rdiff(1), rdiff-backup(1). Version 0.6.18 February 29, 2012 RDIFFDIR(1)
Man Page