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.
最近変更された最大 N 個 (5 個など) のファイルを bash で一覧表示するにはどうすればよいですか?
使った
ls -alt
また
find -mtime 0
最近のファイルを表示するには、結果を 5 つのレコードに制限する方法がわかりません。コマンドパイプでfindまたは他のコマンドをたどることができますか?