Born vs. Me Asked: 2019-01-15 01:41:57 +0800 CST bash函数实现python命令 2 我有这个 python -c "import sys, urllib as ul; \ print ul.quote('sample hihi ')" 如何将它包装到 bash 函数中,这样我就可以像这样调用它: urlencode('sample hihi ') 谢谢 bash functions