copy | deblank | delete | deltree | filefind | filetime | fixfile | index | list | mkdir | name | olist | partcopy | rename | setbytes | space | sync | touch | treesize | Команда: filetime sfk filetime [opts] filename print times available for a file or directory. main options -mtime print modification time (default) -atime print access time -all print all available times -utc UTC/GMT instead of local time -flat print times like 20130413 065127 -flat2 print times like 20130413065127 -tab separate output by TAB characters -full full technical view with all times, utc, unix and windows timestamps -noname do not print filename in output variation: sfk dirtime list times of a single dir without contained files or dirs see also sfk touch change times of a file sfk list list files with time and size web reference http://stahlworks.com/sfk-filetime examples sfk filetime myfile.txt print modification time for myfile.txt sfk dirtime mydir print time just of mydir, without any contained files or sub folders sfk filetime -all myfile.txt print all times for myfile.txt sfk filetime -full myfile.txt print all times as local, utc and internal system timestamp values. sfk filetime -all -tab -flat2 mydir .txt list modify, access and creation time for all .txt files in folder mydir as tab separated data, with each date and time combined as a flat timestamp. sfk filetime -withdirs mydir also show times of sub directories contained in mydir sfk filetime -full -justdirs mydir show all time infos, only of sub dirs within mydir, but not of files |