made a couple more ls commands into the human format for printout.
authorChris Koeritz <fred@gruntose.com>
Mon, 27 Aug 2012 03:13:57 +0000 (23:13 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 27 Aug 2012 03:13:57 +0000 (23:13 -0400)
scripts/core/common.alias
scripts/files/summing_dir.pl

index cf5cb68a5bc1407c0a8b2b5bfcad73010bd637fd..95b2ef0ae2a3bbd801ba7fc47383bba6c818d0fb 100644 (file)
@@ -45,9 +45,9 @@ else
 fi
 # re-use work we did on 'exp' macro for longer command.
 alias explorer=exp
-alias l='\ls -FC $color_add'
-alias ls='\ls -FC $color_add'
-alias lsd='ls -l'
+alias l='\ls -hFC $color_add'
+alias ls='\ls -hFC $color_add'
+alias lsd='ls -hl'
 alias md='mkdir'
 alias more='less'
 alias move='mv -i -v '
index 648fbcf899bb206e2a8338a6ffd5c2b621d1add1..769a8f50c78421a72faf76df378668687e86971a 100644 (file)
@@ -54,7 +54,7 @@ print "[" . $print_list . "]\n\n";
 local($temp_file)=`mktemp "$TMP/zz_frdsumdir.XXXXXX"`;
 chop($temp_file);
 
-system("ls -lF $chewed_line >$temp_file");
+system("ls -hlF $chewed_line >$temp_file");
 
 ##print "file is: $temp_file\n";