GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FINDTAGS(1) User Contributed Perl Documentation FINDTAGS(1)

findtags - find tags in Interchange catalogs and directories

  findtags -a -d lib/UI
  findtags -a -d lib/UI -t -u
  findtags -a -u -t

Find tags in Interchange catalogs and directories -- intended to develop a list for TagInclude.

WARNING: This is not 100%, for developing tag names from Variable definitions and other sources can fool it. If you include all directories, make sure you don't include documentation files or the usertags themselves.

With the standard distribution, this should find just about all tags needed:

        findtags -a -d lib/UI

To develop a TagInclude statement which excludes unused tags, try:

        findtags -a -d lib/UI -t -u

If you don't want to use the UI, then do:

        findtags -a -u -t

-a
Look in all catalogs.
-c CAT
Only look in catalog CAT.
-d DIR1 DIR2 ....
Look in given directories.
-f FILE
Use alternate interchange.cfg file FILE.
-h
Display help.
-n
Don't report system tags.
-t
Output suitable for TagInclude directive.
-u
Report unseen tags.
-v
Slightly verbose, report directories scanned.
-x DIR1 DIR2 ....
Exclude given directories from scanning. Default is session and tmp.

Hey! The above document had some coding errors, which are explained below:
Around line 322:
=over without closing =back
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.