uuglist(1C) Communication Commands uuglist(1C)NAME
uuglist - print the list of service grades that are available on this UNIX system
SYNOPSIS
uuglist [-u]
DESCRIPTION
uuglist prints the list of service grades that are available on the system to use with the -g option of uucp(1C) and uux(1C).
OPTIONS -u List the names of the service grades that the user is allowed to use with the -g option of the uucp and uux commands.
FILES
/etc/uucp/Grades contains the list of service grades
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWbnuu |
+-----------------------------+-----------------------------+
SEE ALSO uucp(1C), uux(1C), attributes(5)SunOS 5.10 14 Sep 1992 uuglist(1C)
Check Out this Related Man Page
uuglist(1C) Communication Commands uuglist(1C)NAME
uuglist - print the list of service grades that are available on this UNIX system
SYNOPSIS
uuglist [-u]
DESCRIPTION
uuglist prints the list of service grades that are available on the system to use with the -g option of uucp(1C) and uux(1C).
OPTIONS -u List the names of the service grades that the user is allowed to use with the -g option of the uucp and uux commands.
FILES
/etc/uucp/Grades contains the list of service grades
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWbnuu |
+-----------------------------+-----------------------------+
SEE ALSO uucp(1C), uux(1C), attributes(5)SunOS 5.11 14 Sep 1992 uuglist(1C)
How do I write a shell script file to read 5 student names (First and Last name) and their grades using a While Loop? Find the Average, Maximum, and Minimum of grades using the same While Loop. Prompt the user using tput to enter the information (first name, last name, grade). Save the data in a... (1 Reply)
Hi guys
I'm having trouble with trying to create a script which calculates the grade of a student and the marks out of 300.
The grades are:
0-49% fail
50-59% pass
60-69% credit pass
70-79% distinction
80-100% high distinction
less than 0 or greater than 100 displays error message.
My... (1 Reply)
I am trying to prompt the user using tput command to read the information ( 5 last names, first names and grades) from the keyboard. Save the data in a file called student.txt. Sort the file by last name and display it on the screen
My pseudocode is as follow:
Pseudocode:
Initialize... (1 Reply)
I am trying to prompt the user using tput command to read the information ( 5 last names, first names and grades) from the keyboard. Save the data in a file called student.txt. Sort the file by last name and display it on the screen
My pseudocode is as follow:
Pseudocode:
Initialize your... (1 Reply)
QUESTION 1:
How do you replace a specific line (i.e. line 4) with a new user defined line (i.e. the contents of SAMS’s name, history, math and English grades have been set already). I have been attempting to use SED (FYI: I don’t have GNU SED) or AWK, but haven’t had any luck. FYI: I am using... (1 Reply)
I'm filling in a table of values for grades. I decided to go with reading into a hash from the files but I'm coming up with an error when printing a value that does not exist. I need to know if I can on-the-fly print a space (" ") or blank in place of the grade.
Here's what the output should... (2 Replies)