简体   繁体   中英

cd: bad substitution in shell script

Error

./sample.sh[245]: cd: bad substitution

This is line 455:

BSOld=`cd /opt/siebel/15.0.0.0.0/ses/siebsrvr/webmaster*;ls -lrt | grep *srf* | tail -1 | awk '{print $9}'`

This issue is * . Without * it works.

BSOld=`cd /opt/siebel/15.0.0.0.0/ses/siebsrvr/webmaster;ls -lrt | grep *srf* | tail -1 | awk '{print $9}'`

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM