LoginSignup
3
3

More than 5 years have passed since last update.

キャメルケースのファイル名を探す

Last updated at Posted at 2013-12-10

例)カレント配下のJSPファイルで

 find . -name '*.jsp' | grep -E '[a-z]{1,}[A-Z]'

参考

bash - Oneliner to detect camelcase variables - Unix & Linux Stack Exchange

3
3
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3