Skip to content

Instantly share code, notes, and snippets.

@nikuuchi
Last active December 19, 2015 04:39
Show Gist options
  • Select an option

  • Save nikuuchi/5898830 to your computer and use it in GitHub Desktop.

Select an option

Save nikuuchi/5898830 to your computer and use it in GitHub Desktop.
typescriptのソースコード中のanyの数をファイルごとに表示する
#!/bin/bash
grep any -r *.ts | sed -e 's/:.*$//g' | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment