athityakumar/colorls

Target size from Symbolic link `ls -lH`

Open

#515 opened on Apr 14, 2022

 (4 comments) (0 reactions) (0 assignees)Ruby (395 forks)batch import
HacktoberfestUp-For-Grabsenhancement

Repository metrics

Stars
 (5,135 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi, I have a symbolic link to a target. Using ls -l symbolic_name I get the size of the symbolic link (small size). Using ls -lH symbolic_name I get the size of the target, the actual size in disk (big size). Colorls doesn't have -H option. Can you include in future versions?

Contributor guide