Capture Results of Command in Variable on Mac - VicPhanDevOps/mac GitHub Wiki

• Type < variable >=$(< command >) and press the return key to declare a variable set it capture the results of the command.
image

• Type echo $< variable > and press the return key to print the results of the command in the Terminal.
image

⚠️ **GitHub.com Fallback** ⚠️