Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita505db6

Browse files
author
Bryan Henderson
committed
Create TAGS file for emacs. Like MAKE_CTAGS for vi.
1 parent0c960e7 commita505db6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎src/MAKE_ETAGS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
trap"rm -f /tmp/$$" 0 1 2 3 15
3+
rm -f ./TAGS
4+
find`pwd`/ -type f -name'*.[chyl]' -print| \
5+
xargs etags --append --output=TAGS
6+
7+
find. -type d -print| \
8+
whileread DIR;do
9+
["$DIR"!="." ]&& ln -f -s`pwd`/TAGS$DIR
10+
done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp