1 03/01/85 unlink, ul
2
3 Syntax as a command: ul paths -control_args
4
5
6 Function: deletes link entries.
7
8
9 Arguments:
10 paths
11 specify storage system link entries to be deleted.
12
13
14 Control arguments:
15 -brief, -bf
16 does not print an error message if a link to be deleted is not
17 found.
18 -force
19 suppresses the query "Do you want to unlink ** in <dir_path>?" when
20 appropriate.
21 -long, -lg
22 prints a message of the form "Deleted link <path>" for each link
23 deleted.
24 -name STR, -nm STR
25 specifies a nonstandard entryname such as a name containing >, <, *,
26 or ? interpreted literally. It allows you to unlink strangely
27 named links.
28
29
30 Access required: You require modify permission on the directory
31 containing the link.
32
33
34 Notes: Use delete to delete segments and multisegment files. Use
35 delete_dir to delete directories.
36
37 For a discussion of links see the Programmer's Reference Manual.