六狼论坛's Archiver
首页
›
linux
› Linux how to cut the last field
ltl3884
发表于 2013-1-31 02:15:10
Linux how to cut the last field
echo "~/space/bendi_web" | awk -F / '{print $NF}'
页:
[1]
查看完整版本:
Linux how to cut the last field