WEBサイト制作に関するTips
16
Linux
7
MySQL
5
javascript
3
jQuery
1
画像
6
Google Chorme
4
xampp
1
css
1
PHP
3
Poderosa
1
LINE API
3
Windows
Linux » サブディレクトリも含めて最終変更日時降順でn件リストアップ
find /対象ディレクトリ -type f -printf '%T+ %p\n' | sort -r | head -n 10
2023-12-08 13:05:31