cut

shell中cut -f 2 -d '='是什么意思

以=为分割符号,第二个field
例如:
echo a=b=c=d | cut -f 2 -d '='
结果为b
posted @ 2018-01-04 16:40  XZHDJH  阅读(74)  评论(0)    收藏  举报