How I can redirect output to file
top -b -n 1 -d1 | grep "Cpu(s)" |awk \'{print $2}\' | awk -F. \'{print $1}\' >> logs.txt time echo "scale=5