全部博文(362)
发布时间:2013-04-22 16:43:31
#!/bin/bashtest=`cat << EOF<?php if (isset($canonicalLink) && $canonicalLink != '') { ?><link rel="canonical" href="<?php echo $canonicalLink; ?>" /><?php } ?>EOF`echo $test......【阅读全文】
发布时间:2013-03-23 19:43:59
#!/bin/bashcylinders=$(fdisk -l |grep cylinders | awk '{print $8}' | head -n 1)real_cylind=$(($cylinders - 1))echo $cylindersecho $real_cylindfdisk /dev/sda <<EOFnp1204810487807.........【阅读全文】
发布时间:2013-03-22 19:18:10
点击(此处)折叠或打开!<<zhengsenlincomment codecomment code...comment codecomment codezhengsenlin是here doc。把输入重定义到前面的命令。但是:是空命令,所以就相当于注释了。.........【阅读全文】