cut 命令 通过列来提取文本字符

Posted 大哥哥丶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cut 命令 通过列来提取文本字符相关的知识,希望对你有一定的参考价值。

格式:cut [参数] 文本

参数:-d [分隔符]  指定分割符,默认为TAB

   -f       指定显示的列数

   -c       单位改为字符  

示例:查看系统中所有的用户名

[[email protected] network-scripts]# cut -d : -f 1 /etc/passwd
root
bin
daemon
adm
lp
sync
shutdown
halt
mail
operator
games
ftp
nobody
dbus
polkitd
unbound
colord
usbmuxd
avahi
avahi-autoipd
libstoragemgmt
saslauth
qemu
rpc
rpcuser
nfsnobody
rtkit
radvd
ntp
chrony
abrt
pulse
gdm
gnome-initial-setup
postfix
sshd
tcpdump
dagege

[[email protected] network-scripts]#

 

以上是关于cut 命令 通过列来提取文本字符的主要内容,如果未能解决你的问题,请参考以下文章

cut命令用于按“列”提取文本字符,格式为“cut [参数] 文本”

【现学现忘&Shell编程】— 30.cut列提取命令

cut 从文本中提取一段文字并输出

使用shell脚本命令从文本中提取UUID字符串。

Shell编程字符截取命令cutprintf命令

Linux高级文本处理命令