You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The length of "aaa" filename is (59 - 82) = 23, which treat "@ -> d:\test\dir\aaa" as part of filename.
The length of "dir" filename is (136 - 132) = 4, which treat "/" as part of filename.
ls -lF --dired
should record end of filename before any file type indicator.See coreutils-ls-dired
Expected:
Actual:
The length of "aaa" filename is (59 - 82) = 23, which treat "@ -> d:\test\dir\aaa" as part of filename.
The length of "dir" filename is (136 - 132) = 4, which treat "/" as part of filename.
Explanation
The main difference is in the second-to-last line. "--dired" argument should record end of file name before '@' or '/'.
GNU Coreutils under wsl
Please excuse my poor English.
The text was updated successfully, but these errors were encountered: