fdelete -- Delete a FITS file.
fdelete file confirm
Delete a FITS file, with or without user confirmation. This task is mainly useful for deleting FITS files that have been written into shared memory because the system command to delete a file in shared memory is a bit convoluted.
1. Delete the file OBSERV.FITS, first providing a confirmation prompt.
fi> fdelete OBSERV.FITS
2. Unconditionally delete the file OBJECT3.FITS.
fi> fdelete OBSERV.FITS confirm=no