awk "{print $1}" file
列处理
Linux
通用
⭐⭐ 常用
2 次浏览
⭐⭐ 常用
2 次浏览
详细说明
列处理
使用示例
awk "{print $1}" access.log
192.168.1.1
192.168.1.2
标签:
#linux
#运维