Linux删除重复行
# !/bin/sh file='test.txt' sort -n $file | uniq so生成cscope和ctags文件供vim使用,cscope.files和tags文件中生成绝对路径,移到任意目录都能保证正常跳转
#!/bin/shfind `pwd` -name "*.h" -o -name "*.c" -o- 0
- 0
- 0
- 0
- 0
| 文章分类: |
|
上传中....
生成cscope和ctags文件供vim使用,cscope.files和tags文件中生成绝对路径,移到任意目录都能保证正常跳转
#!/bin/shfind `pwd` -name "*.h" -o -name "*.c" -o