Search Results

Search: Posts Made By: jfxdavies
1,818
Posted By jfxdavies
Alister, Thanks for the explanation -...
Alister,

Thanks for the explanation - makes perfect sense.
1,818
Posted By jfxdavies
Thanks for the quick response. Using -ne...
Thanks for the quick response.

Using -ne also doesn't work
1,818
Posted By jfxdavies
[Solved] FOR loop / IF statement returning error
The code at the bottom is a simplified example of what we have.

If I use the following:
[ $? != 0 ] && echo "echo failed"
$? returns 1

When I use
if [ $? != 0 ] ; then echo "echo failed"...
Forum: AIX 09-11-2012
1,699
Posted By jfxdavies
Identifying a user on a AIX shared workload
Hi,

We access our workloads using usrun. Login is automatic as we are either in the profile for that workload or not.

So each user logs into the same account - e.g. wloadexe

Each of the...
Showing results 1 to 4 of 4

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