Unix and Linux Discussions Tagged with directories |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
8,782 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
13,847 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
20,393 |
Shell Programming and Scripting |
|
|
|
2 |
14,115 |
Homework & Coursework Questions |
|
|
|
2 |
3,861 |
Programming |
|
|
|
2 |
4,650 |
Shell Programming and Scripting |
|
|
|
3 |
5,679 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
3,473 |
Shell Programming and Scripting |
|
|
|
3 |
1,917 |
Shell Programming and Scripting |
|
|
|
5 |
5,993 |
Shell Programming and Scripting |
|
|
|
1 |
4,988 |
Solaris |
|
|
|
7 |
2,619 |
Shell Programming and Scripting |
|
|
|
3 |
4,187 |
AIX |
|
|
|
3 |
6,623 |
UNIX for Dummies Questions & Answers |
|
|
|
12 |
7,144 |
Linux |
|
|
|
16 |
11,313 |
Homework & Coursework Questions |
|
|
|
1 |
2,267 |
Shell Programming and Scripting |
|
|
|
2 |
40,201 |
Shell Programming and Scripting |
|
|
|
1 |
4,122 |
Shell Programming and Scripting |
|
|
|
7 |
14,867 |
Shell Programming and Scripting |
|
|
|
8 |
17,932 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,236 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
5,411 |
UNIX for Dummies Questions & Answers |
|
|
|
53 |
23,151 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,487 |
Shell Programming and Scripting |
|
|
|
0 |
6,340 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
14,809 |
Solaris |
|
|
|
2 |
5,674 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
27,921 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,344 |
Shell Programming and Scripting |
|
|
|
7 |
14,330 |
Shell Programming and Scripting |
|
|
|
2 |
3,401 |
Shell Programming and Scripting |
|
|
|
2 |
16,521 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
23,797 |
Shell Programming and Scripting |
|
|
|
1 |
2,738 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,268 |
Shell Programming and Scripting |
|
|
|
3 |
3,853 |
Shell Programming and Scripting |
|
|
|
1 |
3,130 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,992 |
Shell Programming and Scripting |
|
|
|
1 |
2,613 |
UNIX for Dummies Questions & Answers |
FINDTAGS(1p) User Contributed Perl Documentation FINDTAGS(1p)
NAME
findtags - find tags in Interchange catalogs and directories
SYNOPSIS
findtags -a -d lib/UI
findtags -a -d lib/UI -t -u
findtags -a -u -t
DESCRIPTION
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
OPTIONS
-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.
perl v5.14.2 2012-01-23 FINDTAGS(1p)