non-critical impact:
commands with different complex output format (NcWn357)
Problem description
The following commands have complex output, and the output format could be different on Tru64 UNIX and HP-UX:
cal
df
env
id
iostat
last
lpstat
mount
nfsstat
nslookup
time
uname
There may be problem when a command output is redirected into another command. For example, if the iostat command's output is piped to awk, the awk
command line may need to be changed due to the different iostat output format. Identifiers
 cal |
 id |
 lpstat |
 nslookup |
|
 df |
 iostat |
 mount |
 time |
|
 env |
 last |
 nfsstat |
 uname |
|
See also
Solution description
Review your code and the applicable manpages to determine how to resolve this issue.
See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| CMD |
Make, Script |
any HP-UX 11i version |
non-critical |
warning |
|