rmpass - Remove pass entries from the online catalog

SYNOPSIS

rmpass  [ parameter=value ... ]

Parameter is: pass_number.

DESCRIPTION

rmpass deletes records from the online pass catalog. Effectively, this removes passes from the pass disk. However, rmpass does not delete the data, it only deletes the entry from the online catalog. addpass can be used to reinstate the record entry into the online catalog so the associated pass data becomes accessible.

PARAMETERS

pass_number

This is the number of the pass in the online catalog (see lspass).

Valid responses are any integer.

EXAMPLES

List passes, remove pass number two, and confirm deletion.

% lspass
 #  satel    telem   date   day    time    durat  lines

 1  noaa-10  hrpt  92/01/21  21  13:20:20  05:09   1858
 2  noaa-12  hrpt  92/01/21  21  13:35:50  00:12     74

[2] % rmpass
pass_number    : int       ? 2

[3] % lspass
 #  satel    telem   date   day    time    durat  lines

 1  noaa-10  hrpt  92/01/21  21  13:20:20  05:09   1858

FILES

onlinecat

SEE ALSO

addpass, lspass


Last Update: $Date: 1999/05/10 20:45:57 $