列出文件名包含python的目录ls -d *python*
ls -d *python*
对于字符串aabbbccc,使用shell将bbb改为dddecho aabbbccc | tr b d
echo aabbbccc | tr b d