2020-07-21から1日間の記事一覧
以下のコマンドを使えば良さそう find -E . -type f -regex ".*.hoge" kotin ファイルの場合 find -E . -type f -regex ".*.kt" java ファイルの場合 find -E . -type f -regex ".*.java"
以下のコマンドを使えば良さそう find -E . -type f -regex ".*.hoge" kotin ファイルの場合 find -E . -type f -regex ".*.kt" java ファイルの場合 find -E . -type f -regex ".*.java"