Skip to content

Commit

Permalink
Merge pull request me115#30 from littlekinkin/patch-1
Browse files Browse the repository at this point in the history
Update 03_text_processing.rst
  • Loading branch information
me115 authored Dec 11, 2019
2 parents 4e7231f + c7e7840 commit e04b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/03_text_processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ cut 按列切分文本
- -d 指定定界符
::

cat -f2 -d";" filename
  cut -f2 -d";" filename
- cut 取的范围
* N- 第N个字段到结尾
* -M 第1个字段为M
Expand Down

0 comments on commit e04b43d

Please sign in to comment.