made a couple more ls commands into the human format for printout.
[feisty_meow.git] / scripts / files / summing_dir.pl
index a305c748fedc242e680b2f49d97f1cbaa4cee049..769a8f50c78421a72faf76df378668687e86971a 100644 (file)
@@ -19,7 +19,8 @@
 ###############################################################################
 
 require "filename_helper.pl";
-require "importenv.pl";
+
+use Env qw(TMP);
 
 local($chewed_line) = "";
 local(@arg_list);
@@ -53,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";