📅  最后修改于: 2022-03-11 14:50:38.361000             🧑  作者: Mango
#Just use following structure to store output of command into a variable:
var=$(command)
#For example:
var=$(echo 'hi') #store hi into var
array=($(ls)) #store list of files into var