Guest rjnlinux Posted June 7, 2014 Posted June 7, 2014 #!/bin/ksh user1=`who am i|awk '{ print $1 }'` echo $user1 ================== above is my script This works from prompt however it does not work from cron please help Continue reading... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.