~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to prim/help/deletefit.hlq

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% @(#)deletefit.hlq     19.1 (ESO-IPG) 02/25/03 14:03:14 
 
2
%++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
%.COPYRIGHT  (c)  1990 European Southern Observatory
 
4
%.IDENT      deletefit.hlq
 
5
%.AUTHOR     KB, IPG/ESO
 
6
%.KEYWORDS   MIDAS, help files, DELETE/FIT
 
7
%.PURPOSE    On-line help file for the command: DELETE/FIT
 
8
%.VERSION    1.0  29-AUG-1985 : Creation, KB
 
9
%----------------------------------------------------------------
 
10
\se
 
11
SECTION./FIT
 
12
\es\co
 
13
DELETE/FIT                                              15-JAN-1991  KB
 
14
\oc\su
 
15
DELETE/FIT name [conf_flag]
 
16
        delete a fit file
 
17
\us\pu
 
18
Purpose: 
 
19
              Delete a fit file.
 
20
\up\sy
 
21
Syntax: 
 
22
              DELETE/FIT name [conf_flag]
 
23
\ys\pa
 
24
              name = name of fit file, this file (in UNIX) or all versions
 
25
                     of it (in VMS) are deleted (on disk)
 
26
\ap\pa
 
27
              conf_flag = CONF or NO, if you want (or do not want) to confirm
 
28
                     the deletion of each file, defaulted to CONF
 
29
\ap\no
 
30
Note:   
 
31
              You should rather use this command instead of the relevant host
 
32
              system command, since it preserves the integrity of the active
 
33
              (enabled) fit file catalog.
 
34
\\
 
35
              I.e. if the deleted fit file has an entry in the currently active
 
36
              fit file catalog, its entry in the catalog is also removed.
 
37
\on\see
 
38
See also:
 
39
              SET/FCAT, DELETE/FCAT
 
40
\ees\exs
 
41
Examples:
 
42
\ex
 
43
              DELETE/FIT gauss
 
44
              Unix: delete file gauss.fit (with confirmation)
 
45
\\
 
46
              VMS: delete all files gauss.fit.* (with confirmation)
 
47
\xe\ex
 
48
              DELETE/FIT poly NO
 
49
              delete file poly.fit without confirmation, if poly.fit has an
 
50
              entry in the currently active fit file catalog, this entry is
 
51
              removed from the catalog
 
52
\xe \sxe