I have been trying to accomplish a simple scheduled task in Solaris 11 with the use of the at command.
Example:
$> kill $(ps -ef | grep -v grep | grep truss | awk '{print $2}') | at now + 1 minute; truss -fp 1706 &
Anyone have any insight?
I have been trying to accomplish a simple scheduled task in Solaris 11 with the use of the at command.
Example:
$> kill $(ps -ef | grep -v grep | grep truss | awk '{print $2}') | at now + 1 minute; truss -fp 1706 &
Anyone have any insight?