I want to run a shell script with time limit of 50s.Below work fine in linux.
timeout 50s sudo sh my-script.sh
But i have AIX server where i want to run above script with time limit of 50 seconds.So i run same command in AIX but it gives me
timeout command not found
Is there similar timeout command in AIX ?