只需一步,快速开始
[root@platinum root]# iptables -vnL INPUT Chain INPUT (policy DROP 548 packets, 67283 bytes) pkts bytes target prot opt in out source destination 101 10240 DROP all -- * * 211.248.100.100 0.0.0.0/0 state NEW,RELATED,ESTABLISHED [root@platinum root]#
[root@platinum root]# cat /var/log/scanner.log Sat Jul 16 10:27:22 CST 2005 211.248.100.100(15) [root@platinum root]#
使用道具 举报
原帖由 xlink 于 2005-7-16 12:32 发表 白金原来是一个shell编程大虾,向你学习! 有一个问题一直在困绕我,帮我看看。 有一个文本文件txt,内容是: aaa bbb 我现在需要生成另一个文件: [左对齐](第10个字符上)aaa bbb[右对齐] ...
awk '{printf "%-10s %10s\n",$1,$2}' data
原帖由 xlink 于 2005-7-16 23:56 发表 我已经找到答案了,谢谢白金。 我的方法是:awk '{printf "%-10s%-10s%10s\n",$9,$1,$2}' data 加一个不存在的列$9做为填充。
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-12-23 20:57 , Processed in 0.027594 second(s), 4 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.