Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
AIPS++ filename validation utility.
av filename1 [filename2,...]
av validates an AIPS++ class implementation filename against those already in the system to ensure uniqueness in the first 15 characters. It consults a cache of AIPS++ pathnames maintained by other AIPS++ code management utilities (ai (p), amv (p), exhale (p)). Any matches found are printed on stdout.
None.
Status return values
0
: success
1
: initialization error
2
: cache file not accessible
The command
av BaseMappedArrayIter
would print the string
aips/implement/Tables/BaseMappedArrayEngine
indicating that BaseMappedArrayIter would not be acceptable as a new file name because the first 15 characters conflict with BaseMappedArrayEngine.
The GNU manual page for gzip(1).
AIPS++ variable names (§1.2).
ai (p), AIPS++ code checkin utility.
amv (p), AIPS++ code rename utility.
exhale (p), AIPS++ code export utility.
Original: 1994/11/11 by Mark Calabretta, ATNF.