Skip to content

Instantly share code, notes, and snippets.

@sunfuze
Created January 7, 2014 10:42
Show Gist options
  • Save sunfuze/8297658 to your computer and use it in GitHub Desktop.
Save sunfuze/8297658 to your computer and use it in GitHub Desktop.
ctag 使用
#!/bin/bash
#for c lang
find . -type f -iname "*.[chS]" | xargs etags -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment