I want to store a value from any command to a variable. time= ` ps -ef | grep -i DSD | awk ' { print $7; } ' ` but getting error. Above command is returning execution time. May I convert into Hour?