X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=blobdiff_plain;f=ll-function;fp=ll-function;h=6deb916139e8988c80ef136ace26f2b2f23447b5;hp=51f72ffec1a093571ffd6b139e1bfcf6e1c96b52;hb=e92df2eade42653d73eabc545e7a78697e5a8b6b;hpb=37486f336ef8991fa7d943207cced637f0711f71 diff --git a/ll-function b/ll-function index 51f72ff..6deb916 100644 --- a/ll-function +++ b/ll-function @@ -44,7 +44,7 @@ EOF # + for any other kind of acl # or blank for no other kind of acl # I don't want to see this generally. - while read line; do + while read -r line; do # if we did want the first line, it would need to be stripped of non-printing chars: #line=${line#$'\E[00m'} # lines like "total 123M", we don't want