From e2dfb7252f431080ce11afa01e08729e59d97116 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Thu, 25 Oct 2018 05:29:14 +0000 Subject: [PATCH] force four column width for mode --- zpm-contents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpm-contents b/zpm-contents index 79fc293..23c07ae 100755 --- a/zpm-contents +++ b/zpm-contents @@ -21,7 +21,7 @@ fi cols= if [ $verbose -gt 0 ]; then - cols='filetype,mode,username,groupname,' + cols="filetype,printf('%4.4s', mode) as mode,username,groupname," fi for pkg in "$@"; do -- 2.40.0