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.
IntelliJ Idea ですべての .orig ファイルを削除する快適な方法はありますか?
私の知る限り、.orig ファイルはhg revertコマンドで作成されます。したがって、hg cleanを実行するだけで、管理されていないファイルを消去できます。
それ以外の場合、Linux 上の Mac を使用している場合は、コマンド ラインを使用して次の操作を実行できます。
探す 。-name *orig | xargs rm