1 03/11/76   unsave, uns
 2 
 3 Function:  The unsave command removes a saved file from the user's home
 4 directory or from another directory, if specified in the file_name
 5 argument.  An unsave can only be successful if the user has appropriate
 6 access to the directory specified.  The save command is unlike scratch,
 7 which removes the contents but leaves the file name in a directory.
 8 
 9 
10 Syntax:  unsave file_name
11 
12 
13 where file_name is the name of a saved file.
14 
15 
16 Example:
17 
18 !    unsave test.basic
19      ready  1620
20 
21 
22 !    old test.basic
23      old:  segment is not saved
24      ready  1620