HP StorageWorks XP48 Configuration Manual page 31

Hide thumbs Also See for StorageWorks XP48:
Table of Contents

Advertisement

Example
Example
Example
Example
Installation
4. Create a test user file:
$ create test.txt
this is a line of text for the test file test.txt
[Control-Z]
The create command creates a file with data entered from the
terminal. Control-Z terminates the data input.
5. Verify whether the file is created:
$ directory
Directory $1$DGA100:[USER]
TEST.TXT;1
Total of 1 file.
6. Verify the content of the data file:
$ type test.txt
this is a line of text for the test file test.txt
7. Delete the data file:
$ delete test.txt;
$ directory
%DIRECT-W-NOFILES, no files found
$ type test.txt
%TYPE-W-SEARCHFAIL,error searching for
$1$DGA100:[USER]TEST.TXT;
-RMS-E-FNF, file not found
The delete command removes the
command verifies that the
command verifies that the
file. The directory
test.txt
file is removed, and the type
test.txt
file is no longer in the system.
test.txt
31

Advertisement

Table of Contents
loading

Table of Contents