博客是我工作的好帮手,遇到困难就来博客找资料
发布时间:2015-09-09 17:16:57
<p style="margin:10px auto;line-height:19.5px;font-size:13px;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;white-space:normal;background-color:#28557E;"><strong>文件形式的邮件</strong></p><div class="dp-highlighter bg_python" style="font-family:Consolas, 'Courier New', Courier, mono,.........【阅读全文】
发布时间:2015-09-08 14:10:35
<p class="p0" style="margin-top:0pt;margin-bottom:0pt;line-height:26px;white-space:normal;color:#333333;font-family:Arial;font-size:14px;background-color:#FFFFFF;text-align:center;"><span style="font-family:宋体;font-size:16pt;">Xargs用法详解</span></p><p class="p0" style="margin-top:0pt;margin-.........【阅读全文】
发布时间:2015-09-08 12:30:08
echo `seq 0 2 100`echo `seq 1 3 100` echo `seq 2 2 100` 打印行号 awk '{print NR":"$0}' 打印偶数行、奇数行 (1) awk '{print $0 > NR%2}' &.........【阅读全文】
发布时间:2015-09-07 21:55:07
<p style="margin:10px auto;white-space:normal;font-family:'black Verdana', Arial, Helvetica, sans-serif;font-size:14px;line-height:21px;background-color:#FFFFFF;">Linux下可以直接用mail命令发送邮件,但是发件人是user@servername,如果机器没有外网的dns,其他人就无法回复。此时,有一个可以使用网络免费邮.........【阅读全文】