what is wrong with this shell script
        Posted  
        
            by benjamin button
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by benjamin button
        
        
        
        Published on 2010-03-30T06:52:20Z
        Indexed on 
            2010/03/30
            7:03 UTC
        
        
        Read the original article
        Hit count: 422
        
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.
© Stack Overflow or respective owner