maketags.sh
来自「lustre 1.6.5 source code」· Shell 代码 · 共 9 行
SH
9 行
#!/bin/sh# Copyright (C) 2001 Cluster File Systems, Inc.## This code is issued under the GNU General Public License.# See the file COPYING in this distributionset -vxrm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etagsrm -f ctags; find . -name '*.h' -or -name '*.c' | xargs ctags
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?