You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1st, Thank you for code, really saved me a lot of time.
2nd, This code doesn't work on HP UX V3.
The reason is that the '=' delimeter was replaced in ':'
Hi,
1st, Thank you for code, really saved me a lot of time.
2nd, This code doesn't work on HP UX V3.
The reason is that the '=' delimeter was replaced in ':'
Example output:
V2 (11.23)
bash-4.0# /usr/contrib/bin/machinfo | grep 'Memory' && /usr/sbin/swapinfo -tam | grep dev
Memory = 10228 MB (9.988281 GB)
dev 8192 0 8192 0% 0 - 1 /dev/vg00/lvol2
V3 (11.31)
bash-4.2# usr/contrib/bin/machinfo | grep 'Memory' && /usr/sbin/swapinfo -tam |grep dev
Memory: 8180 MB (7.99 GB)
dev 8192 0 8192 0% 0 - 1 /dev/vg00/lvol2
Can you please fix it?
Thanks in advance,
Tzach Solomon
P.S. I forked the project by mistake (My first fork) so I fixed it there in any case.
The text was updated successfully, but these errors were encountered: