We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8f0fa commit 3580df7Copy full SHA for 3580df7
1 file changed
scripts/l
@@ -142,7 +142,7 @@ if [ "$color_when" ]; then
142
fi
143
144
# Get locale total string to match on
145
-total=`$ls -s $color_never / | sed 's/\([^ ]*\).*/\1/;q'`
+total=`$ls -sl $color_never / | sed 's/\([^ ]*\).*/\1/;q'`
146
147
# Use these options if available
148
$ls --group-directories-first -d . >/dev/null 2>&1 && gdf=--group-directories
0 commit comments