bash - Storing output of command in shell variable - Unix & Linux Stack Exchange
I have an operation using cut that I would like to assign result to a variable var4=echo ztemp.xml |cut -f1 -d '.' I get the error: ztemp.xml is not a command The value of var4 never gets
unix.stackexchange.com |