what is wrong with this shell script
- by benjamin button
market_l="${echo $1 | awk '{print tolower($0)}'}"
echo $market_l
when i execute this its giving me an error below:
./test: market_l="${echo $1 | awk '{print tolower($0)}'}": The specified substitution is not valid for this command.