summaryrefslogtreecommitdiff
path: root/ls_new
diff options
context:
space:
mode:
Diffstat (limited to 'ls_new')
-rwxr-xr-xls_new2
1 files changed, 1 insertions, 1 deletions
diff --git a/ls_new b/ls_new
index edaf313..e062f2c 100755
--- a/ls_new
+++ b/ls_new
@@ -6,7 +6,7 @@ ls_new () {
name = $9;
for (i = 10; i <= NF; i++) name = name " " $i;
print $1, $5, name
- }' | column -t -s ' ' | tail -n +2
+ }' | column -t -l 3 -s ' '| tail -n +2
}
dir="$1"