sed简单使用

#替换换行符为逗号
sed
":a;N;s/\n/,/g;ta" ./ip_comman.log

 

cat file | awk '{$1=null;print $0}' (删除第一列)
相关文章
相关标签/搜索