Re: Symlink file size

2017-03-07 Thread Ken Brown
On 3/7/2017 10:37 PM, Steven Penny wrote: Cygwin seems to have no way to print an accurate size of a symlink. Consider this command: $ touch alfa.txt $ CYGWIN= ln -s alfa.txt bravo.txt Now cmd.exe can print the correct size just fine: > dir /AS 2017-03-07 09:26 PM3

Symlink file size

2017-03-07 Thread Steven Penny
Cygwin seems to have no way to print an accurate size of a symlink. Consider this command: $ touch alfa.txt $ CYGWIN= ln -s alfa.txt bravo.txt Now cmd.exe can print the correct size just fine: > dir /AS 2017-03-07 09:26 PM30 bravo.txt However Cygwin prints incorrec