% @(#)deletetcat.hlq 17.1.1.1 (ESO-IPG) 01/25/02 17:43:31 %++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %.COPYRIGHT (c) 1990 European Southern Observatory %.IDENT deletetcat.hlq %.AUTHOR KB, IPG/ESO %.KEYWORDS MIDAS, help files, DELETE/TCAT %.PURPOSE On-line help file for the command: DELETE/TCAT %.VERSION 1.0 26-JULY-1988 : Creation, KB %---------------------------------------------------------------- \se SECTION./TCAT \es\co DELETE/TCAT 14-JAN-1991 KB \oc\su DELETE/TCAT [catalog] [conf_flag] [range] delete table files with entry in catalog \us\pu Purpose: Delete table files (on disk) with an entry in given catalog. \up\sy Syntax: DELETE/TCAT [catalog] [conf_flag] [range] \ys\pa catalog = name of catalog, defaulted to currently active table catalog (cf. SET/TCAT command) \ap\pa conf_flag = CONF or NOCONF for confirming the deletion of each file involved, defaulted to CONF \ap\pa range = low,hi indicating the range of catalog entries in which you want to delete table files; \\ (a single number m will be interpreted as m,m) \\ defaulted to 1,999999 \ap\no Note: Warning: This command does not delete the catalog file itself, instead all the tables related to this catalog (i.e. those tables having an entry in the catalog)!!! \\ To delete just the catalog file use the relevant host command ($DELETE (VMS) or $rm (Unix)). \\ If you decide not to delete a table (conf_flag = CONF), then the corresponding entry of that table is not removed from the catalog. \on\see See also: SET/TCAT, SUBTRACT/TCAT, DELETE/TABLE \ees\exs Examples: \ex DELETE/TCAT orders NO 12,100 Delete all files with entries in the table catalog `orders.cat', but only those with entry numbers in the interval [12,100]; no confirmation is required. \xe\ex DELETE/TCAT orders ? 32 Delete the table with entry 32 in the table catalog `orders.cat', do confirm its deletion. \xe \sxe