From 66a2e479063e79809cf56314636cc6469d018b0d Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 16 Feb 2015 02:05:20 -0800 Subject: [PATCH] update README for gitorious move --- ll-function | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ll-function b/ll-function index 862b762..30c749e 100644 --- a/ll-function +++ b/ll-function @@ -72,7 +72,7 @@ ll() { %m-%d %I:%M %P" "$@" ) hardlink_spacing=$((max_hl_digits + 1)) - + for index in "${!lines[@]}"; do line=${lines[index]} hardlinks=${hl[index]} @@ -102,10 +102,9 @@ ll() { declare -i sizePadding="${#size} - 1" size=( $size ) # remove spaces size=${size/.?/} - + printf "%s%4o%${hardlink_spacing}s%s%${sizePadding}s%s\n" \ "${line:0:1}" $perm "$hardlinks" " $middle" "$size" " $tail" fi done } - -- 2.30.2