- 博客(2)
- 资源 (2)
- 收藏
- 关注
原创 ctype.h
ifndef _LINUX_CTYPE_Hdefine _LINUX_CTYPE_H/* * NOTE! This ctype does not handle EOF like the standard C * library is required to. */define _U 0x01 /* upper 大写字母 */define _L 0x02 /* l
2016-09-01 12:06:51
684
转载 Linux下cat命令详解
简略版:cat主要有三大功能:1.一次显示整个文件。$ cat filename2.从键盘创建一个文件。$ cat > filename 只能创建新文件,不能编辑已有文件.3.将几个文件合并为一个文件: $cat file1 file2 > file参数:-n 或 --number 由 1 开始对所有输出的行数编号-b 或 --number-nonb
2016-03-31 21:19:43
415
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人