由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 想写个小东东
相关主题
帮帮忙,用C作一个SHELLRe: 如何用grep查找子目录下的文件?
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
[转载] How to list the files with specific permission?how to grep a string in all sub-dirs?
shell programming problemshow to escape both ' and " from tcsh?
How do i get a list of all computers?where is the pre-build version of cxterm-solaris
replace a string in all files under a directory?Where's emacs' private dictionary?
How to find a file in the deep children directory?UNIX Tip: the bad and the good
Re: 如何用grep查找子目录下的文件?--stop!如何删除一组文件或给一组文件更名?
相关话题的讨论汇总
话题: 写个话题: grep话题: 代码
进入Unix版参与讨论
1 (共1页)
d****i
发帖数: 4354
1
看大堆代码的时候,为了把各部分内容联系起来,经常用grep去查一个词在哪里
出现,我想写个比grep功能强的小程序帮助代码分析,可以区分function declaration
和function implementation和调用,变量属哪个类等等,unix/linux有这样的小工具吗?
p**h
发帖数: 99
2
man ctags
man vi

【在 d****i 的大作中提到】
: 看大堆代码的时候,为了把各部分内容联系起来,经常用grep去查一个词在哪里
: 出现,我想写个比grep功能强的小程序帮助代码分析,可以区分function declaration
: 和function implementation和调用,变量属哪个类等等,unix/linux有这样的小工具吗?

i*****t
发帖数: 5
3
好像叫 source navigator

【在 d****i 的大作中提到】
: 看大堆代码的时候,为了把各部分内容联系起来,经常用grep去查一个词在哪里
: 出现,我想写个比grep功能强的小程序帮助代码分析,可以区分function declaration
: 和function implementation和调用,变量属哪个类等等,unix/linux有这样的小工具吗?

p**v
发帖数: 853
4
generate tags and then use vi.

【在 d****i 的大作中提到】
: 看大堆代码的时候,为了把各部分内容联系起来,经常用grep去查一个词在哪里
: 出现,我想写个比grep功能强的小程序帮助代码分析,可以区分function declaration
: 和function implementation和调用,变量属哪个类等等,unix/linux有这样的小工具吗?

1 (共1页)
进入Unix版参与讨论
相关主题
如何删除一组文件或给一组文件更名? How do i get a list of all computers?
regular expression中回车用什么表示?replace a string in all files under a directory?
一个高技术问题How to find a file in the deep children directory?
Help on shell scriptRe: 如何用grep查找子目录下的文件?--stop!
帮帮忙,用C作一个SHELLRe: 如何用grep查找子目录下的文件?
如何把一个目录下的文件名全部改成小写?sed? awk? or mak a program?
[转载] How to list the files with specific permission?how to grep a string in all sub-dirs?
shell programming problemshow to escape both ' and " from tcsh?
相关话题的讨论汇总
话题: 写个话题: grep话题: 代码