HPlogo ALLBASE/ISQL Reference Manual: HP 9000 Computer Systems > Chapter 4 ISQL Commands

ERASE

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The ERASE command deletes a file.

Scope

ISQL only.

ISQL SYNTAX

ER[ASE] FileName

Parameters

FileName

identifies the file to be erased. Name qualification follows HP-UX conventions:

[ PathName/]FileName

Unless you specify an absolute path name, ISQL assumes that any path name you specify is relative to your current working directory.

Description

  • In prompting mode, ISQL prompts you for a file name, as shown here:

       isql=> ERASE;
    
       File name> FileName;
    
       isql=>
    

Example

   isql=> ERASE Old;

   isql=>
Feedback to webmaster