1 02/21/85 list_delegated_projects
2
3 Syntax as a command: list_delegated_projects sat_path Project_id
4
5
6 Function: is used by the who_delg command in master.ec to list the
7 administrators of a given delegated project, or to list all delegated
8 projects, with their administrators.
9
10
11 Arguments:
12 sat_path
13 is the pathname of the SAT to be searched for delegated projects.
14 If the entryname portion of sat_path is given without a suffix of
15 sat, the suffix is added unless the entryname portion is simply
16 "sat".
17 Project_id
18 is the Project_id of the delegated project whose administrators are
19 to be listed. If this argument is not given, all delegated projects
20 are listed.
21
22
23 Notes: The output from this command is of the form:
24
25 Project Administrator
26 Project_id1 Admin1
27 Admin2
28 Admin3
29 Project_id2 Admin1
30 Admin2
31