Hi Justin and thank you for your kind update and I just copied the command from the tutorial and pasted this command into my iTerm, here is the entire command and output below:
Joels-MacBook-Pro:Tutorial4 joelsubach$ gmx distance -s md_0_10.tpr -f md_0_10_center.xtc -select ‘resname “JZ4” and name OAB plus resid 102 and name OE1’ -oall
:-) GROMACS - gmx distance, 2020.3-MODIFIED (-:
                        GROMACS is written by:
 Emile Apol      Rossen Apostolov      Paul Bauer     Herman J.C. Berendsen
Par Bjelkmar      Christian Blau   Viacheslav Bolnykh     Kevin Boyd
Aldert van Buuren   Rudi van Drunen     Anton Feenstra       Alan Gray
Gerrit Groenhof     Anca Hamuraru    Vincent Hindriksen  M. Eric Irrgang
Aleksei Iupinov   Christoph Junghans     Joe Jordan     Dimitrios Karkoulis
Peter Kasson        Jiri Kraus      Carsten Kutzner      Per Larsson
Justin A. Lemkul    Viveca Lindahl    Magnus Lundborg     Erik Marklund
Pascal Merz     Pieter Meulenhoff    Teemu Murtola       Szilard Pall
Sander Pronk      Roland Schulz      Michael Shirts    Alexey Shvetsov
Alfons Sijbers     Peter Tieleman      Jon Vincent      Teemu Virolainen
Christian Wennberg    Maarten Wolf      Artem Zhmurov
and the project leaders:
Mark Abraham, Berk Hess, Erik Lindahl, and David van der Spoel
Copyright © 1991-2000, University of Groningen, The Netherlands.
Copyright © 2001-2019, The GROMACS development team at
Uppsala University, Stockholm University and
the Royal Institute of Technology, Sweden.
check out http://www.gromacs.org for more information.
GROMACS is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation; either version 2.1
of the License, or (at your option) any later version.
GROMACS:      gmx distance, version 2020.3-MODIFIED
Executable:   /usr/local/bin/…/Cellar/gromacs/2020.3/bin/gmx
Data prefix:  /usr/local/bin/…/Cellar/gromacs/2020.3
Working dir:  /Users/joelsubach/Desktop/Tutorial4
Command line:
gmx distance -s md_0_10.tpr -f md_0_10_center.xtc -select ‘resname “JZ4” and name OAB plus resid 102 and name OE1’ -oall
Reading file md_0_10.tpr, VERSION 2020.3-MODIFIED (single precision)
Reading file md_0_10.tpr, VERSION 2020.3-MODIFIED (single precision)
Program:     gmx distance, version 2020.3-MODIFIED
Source file: src/gromacs/trajectoryanalysis/modules/distance.cpp (line 218)
Function:    void gmx::analysismodules::{anonymous}::checkSelections(const SelectionList&)
Inconsistency in user input:
Selection ‘resname “JZ4” and name OAB plus resid 102 and name OE1’ does not
evaluate into an even number of positions (there are 1 positions)
Joels-MacBook-Pro:Tutorial4 joelsubach$
Maybe from this entire output there is something that you may notice more since the command does not have any typos.
Thanks:)