I want to grep a number of file in the current directory on linux.
E = $( grep -F "TOTEN" OUTCAR | tail -1 | awk '{printf "%12.9f \n",$5}')
When I run the script, it keeps telling me the command is not found. I tried many ways to solve it by searching online but it did't work.