[root@www ~]# col [-xb]选项与参数:-x :将 tab
键转换成对等的空格键-b :过滤掉所有的控制字符,包括RLF(Reverse Line Feed)和HRF(Halt RLF)范例一:利用 cat -A
显示出所有特殊按键,最后以 col 将 [tab] 转成空白[r.....
分类:
系统相关 时间:
2014-05-16 19:12:22
阅读次数:
349
cat:查看文件时会显示整个文件的内容,只能查看文本内容的文件,如查看二进制文件则屏幕会显示乱码格式:单个文件:cat
parameter filename 多个文件:cat parameter filename filename ...
...parameter:-n:查看文件时对每行进行编号-b...
分类:
系统相关 时间:
2014-05-16 06:42:11
阅读次数:
370
最近遇到配置centos
6.2的sshd及sftp日志,发现/etc/syslog.conf文件不存在,然后:#rpm -qa | grep
syslog出来的是rsyslog-5.8.10-6.el6.x86_64然后:#cat
/etc/rsyslog.conf出来的内容几乎和以前的/etc/...
分类:
Web程序 时间:
2014-05-16 06:38:06
阅读次数:
309
NAME cat - concatenate files and print on the
standard output SYNOPSIS cat [OPTION]... [FILE]...DESCRIPTION Concatenate
FILE(s), ...
分类:
系统相关 时间:
2014-05-14 07:34:14
阅读次数:
398
一。start 和end
方法下面是一个对单词"cat"出现在输入字符串中出现次数进行计数的例子:public class RegexMatches{ private static
final String REGEX = "\\bcat\\b"; //边界 private stat...
分类:
编程语言 时间:
2014-05-13 11:02:58
阅读次数:
312
环境系统:阿里云64位centos 6.3[rao@AY~]$ cat
/etc/issueCentOS release 6.3 (Final)Kernel \r on an \m[rao@AY~]$ uname -aLinux
AY1404062027584053a1Z 2.6.32-358.6....
分类:
其他好文 时间:
2014-05-12 09:27:33
阅读次数:
510
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1109
FatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean...
分类:
其他好文 时间:
2014-05-11 20:57:36
阅读次数:
400
server:CentOS5.8 ip:172.16.8.11
Gateway:172.16.8.1ip:10.120.6.78 Gateway:10.120.6.1网卡配置:eth0
point:[root@localhost ~]# cat /etc/sysconfig/network-scri...
分类:
系统相关 时间:
2014-05-10 06:50:23
阅读次数:
536
在执行/etc/init.d/ndbd--initial出现下列错误[root@ndbd1~]#/etc/init.d/ndbd--initialUnabletoconnectwithconnectstring:nodeid=0,localhost:1186Retryingevery5seconds.Attemptsleft:121110987654321,failed.解决办法1.查看/etc/my.cnf文件配置[root@ndbd1~]#cat/etc/my.cnf..
分类:
数据库 时间:
2014-05-10 04:07:58
阅读次数:
1778
AIX5.3下Oracle10gRAC启动故障--CRS启动失败系统环境:操作系统:AIX5300-09集群软件:CRS10.2.0.1数据库:Oracle10.2.0.1系统架构图故障现象:系统重启后,在节点上CRS启动失败或CRS服务启动成功,CRSResource无法ONLINE。[root@aix213racg]cat/etc/hosts127.0.0.1loopbackloc..
分类:
数据库 时间:
2014-05-10 03:57:53
阅读次数:
1163