{{ score }}
  # Prints one line for every second field in my_server.log
# 'Fields' are separated by whitespace.
cat my_server.log | awk '{ print $2 }'