Can be solved using the undocumented parameter -ignoretime: "sfk list -sincedif a b -ignoretime"
Can be solved using the undocumented parameter -ignoretime: "sfk list -sincedif a b -ignoretime"
Hello: I have two subdirectories a and b, and inside each subdirectory is a binary file, for example hello.exe "sfk list -sincedif a b" does not work (does not give "[dif] b\hello.exe") if a\hello.exe and b\hello.exe are different (for example, hexediting a\hello.exe" AND have the same date and time. It seems that if the files to compare have the SAME date and time compare does not proceed. If I do "sfk touch hello.exe" and then I do "sfk list -sincedif a b" gives the correct result: "[dif] b\hello.exe"...
"sfk list -sincedif" or "sfk list -sincedir" does not work if there are different binary files with the same name and exact date and time