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.
它%TS总是输出小数部分。有没有办法摆脱小数部分?
%TS
find ./ -type f -printf "%TY%Tm%Td-%TH%TM%TS %P\n" 20200813-133459.6920994010 export.txt
您可以通过指定两个字节的精度来丢弃小数部分。
%.2TS