我在Debian GNU/Linux 6.0上使用Bash.是否可以获取文件创建日期/时间?不是修改日期/时间. ls -lh a.txt和stat -c %y a.txt两个只给出修改时间.
ls -lh a.txt
stat -c %y a.txt
linux bash shell debian ls
这似乎是一个非常直截了当的问题,但我无法在网上找到明确的答案.如何通过Java的文件管理器获取文件的创建日期/时间?除了文件的名称,我还能得到关于文件的"属性"的其他内容吗?
java properties date file
bash ×1
date ×1
debian ×1
file ×1
java ×1
linux ×1
ls ×1
properties ×1
shell ×1