标签:sys ast inf 图片 replica alt 注释 $0 系统
注释:
\t //换行字符
$0 //打印整行
{print $0 "\t"} //逐行打印
strftime()//时间函数。一般配合系统时间函数systime()使用
strftime("%Y-%m-%d %H:%M:%S",systime()) //打印系统时间
[root@master1 ~]#docker service create --name busybox3 --replicas=3 busybox ping baidu.com
[root@master1 ~]# docker service logs busybox3 -f -t
标签:sys ast inf 图片 replica alt 注释 $0 系统
原文地址:https://blog.51cto.com/13354560/2423863