Search Results

Search: Posts Made By: cheers799
1,492
Posted By apmcd47
So, (1) you are showing the tail end of...
So, (1) you are showing the tail end of /usr/env/global_env.sh; (2) User A sources it from his/her profile; (3) User B sources it from their shell script. Is that correct? And when called from the...
1,492
Posted By RudiC
Still not clear. Why should B source that script...
Still not clear. Why should B source that script if s/he doesn't need the credentials, client path, etc.? Howsoever, wildly guessing based on the little info you gave so far and from the code you...
Forum: HP-UX 10-11-2011
35,196
Posted By dinesh1178
You can use following code to check size of all...
You can use following code to check size of all directories and sub-directories :


find . -type d | xargs du -sk
7,305
Posted By Perderabo
ksh on HP-UX uses 32 bit arithmetic and the...
ksh on HP-UX uses 32 bit arithmetic and the largest integer it can handle is 2147483648. bc can perform arithmetic on any size number. If a is less than b, then the expression a-b will be negative....
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy