- 博客(4)
- 资源 (15)
- 收藏
- 关注
原创 grep
grep 文本搜索 grep aa file 从文件file中搜索字符串aa 符合aa的字符会高亮显示出来 grep -n 显示匹配行及行号 grep -v 显示不包含匹配的所有行 grep -i 忽略大小写 常用的模式搜索 grep ^a 行首,搜寻以a开头的行 grep a$ 行尾 搜索以a结尾的行 ...
2019-10-14 20:54:19
172
原创 cat
cat -b 空行不显示行号 cat -n 空行行号显示 Concatenate FILE(s), or standard input, to standard output.
2019-10-14 20:43:28
129
原创 more 与 less的区别
最后在复习以前的知识,重新学习一下Linux 基础命令 more: 分屏显示文件内容 空格键:显示下一屏 回车:滚动一行 f:前滚一屏 b: 回滚一屏 q: 退出 /word 搜索word 字符串 退出后内容还显示在屏幕上 less: 加载速度较more快 上下键头可以向上或下 退出后屏幕布上没有内容显示 /word search word, ...
2019-10-14 20:37:33
1973
转载 软件测试的7个原则
Seven principles of software testing: 1. Testing Shows Presence of Defects: Testing shows the presence of defects in the software. The goal of testing is to make the software fail. Sufficient testing...
2019-10-13 15:18:32
493
wxPython2.8-win64-unicode-2.8.12.1-py27
2014-09-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人