how to split in unix using special character
This question already has an answer here:
$ python -c "import os; base, ext = os.path.splitext(os.path.basename('/home/user/pigscripts/abc.pig')); print base"
pig
链接地址: http://www.djcxy.com/p/57098.html
上一篇: Bash:如果和typecheck
下一篇: 如何使用特殊字符在unix中分割