Skip to content

Instantly share code, notes, and snippets.

@yukidarake
Created January 29, 2013 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukidarake/4662008 to your computer and use it in GitHub Desktop.
Save yukidarake/4662008 to your computer and use it in GitHub Desktop.
行頭のコメントの下に/* jshint unused:false */を加えるというワンライナー。 ポイントは行番号$.をファイルごとにリセットする必要があるので、close ARGV if eofというイディオムを入れてみた。 あと、ackはやっぱり便利。
ack -f lib | xargs perl -i -pe 's#\*/\n#*/\n\n/*jshint unused: false */\n# if $. < 7; close ARGV if eof;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment