|
getopt(1) -- Parses command line flags and arguments
|
The getopt command is used to parse a list of tokens using a format that specifies expected flags and arguments. A flag is a single ASCII letter and, when followed by a : (colon), is expected to take ... |
getopts(1) -- Parses utility options
|
The getopts utility is used to retrieve flags and flagarguments from a list of parameters. Each time it is invoked, the getopts utility places the value of the next flag in the shell variable specifie... |
gprof(1) -- Displays call-graph profile data
|
The gprof command produces an execution profile of programs. The effect of called routines is incorporated into the profile of each caller. Profile data of three kinds is accepted by gprof: PC-samplin... |
grep(1) -- Searches a file for patterns
|
By default, the grep command treats a pattern as a basic regular expression (BRE). With the -E option, the pattern is treated as an extended regular expression (ERE). With the -F option, the pattern i... |
groups(1) -- Displays your group membership
|
The groups command writes to standard output the groups to which you or the specified user belong. The Tru64 UNIX operating system allows a user to belong to many different groups at the same time. Yo... |
gunzip(1) -- Compresses or expands files.
|
The gzip command reduces the size of specified files using the Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension modes, access and modification times. If fil... |
gzcat(1) -- Compresses or expands files.
|
The gzip command reduces the size of specified files using the Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension modes, access and modification times. If fil... |
gzip(1) -- Compresses or expands files.
|
The gzip command reduces the size of specified files using the Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension modes, access and modification times. If fil... |
hash(1) -- Remembers or reports utility locations
|
The hash utility affects the way the current shell environment remembers the locations of utilities found. Depending on the arguments specified, it adds utility locations to its list of remembered loc... |
head(1) -- Displays the beginning of files
|
The head command copies the standard input to standard output, ending output of each file at the specified point. |
help(1) -- Provides information for new users
|
The help command presents a one-page display of information for new users. Information is available for the following topics: Concatenating or displaying files Editing lines interactively Sending and ... |
hiprof(1) -- CPU-time and page-fault call-graph profiler for performance analysis
|
See prof_intro(1) for an introduction to the application performance tuning tools provided with Tru64 UNIX. The hiprof command creates an instrumented version of a program (program.hiprof) that produc... |
hostid(1) -- Sets or displays the identifier of the local host
|
The hostid command displays the 32-bit identifier of the host as a hexadecimal number in host standard byte order. The identifier must be unique across all hosts and is commonly set to the Internet ad... |