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.
私のすべての要件を満たす次のコマンドを見つけました。出力時間スタイルを完全なアイソメにする必要があります。これを実現するには、何を変更する必要がありますか?
ls -al --time-style=+%D | grep $(date +%D)
独自のコマンドで時刻形式を変更するだけです。
ls -al --time-style=full-iso | grep $(date --iso-8601)