Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は bash/shell スクリプトを初めて使用します。「.log」で終わらないディレクトリおよびサブディレクトリ内のすべてのファイルを検索したい。以下のコマンドを使用して「.log」で終わるファイルを取得できることはわかっていますが、この拡張子で終わらないファイルが必要です。
find /tmp/mallik5/ -iname "*.log"
これどうやってするの?