From 4db2b0bdbd259cbf8407aff5f6f1b35e0f4e4819 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 04 May 2018 01:41:21 -0400 Subject: bin/df-uptime: Drop useless df option Only the "Capacity"/"Use%" and "Mounted on" columns are shown. --- (limited to 'bin') diff --git a/bin/df-uptime b/bin/df-uptime index 64ac8b4..bde2bc3 100755 --- a/bin/df-uptime +++ b/bin/df-uptime @@ -34,7 +34,7 @@ do_df() local sed_bre= sed_bre='^..* *..* *..* *..* *\([0-9][0-9]*%\) \(..*\)$' - df -h -x devtmpfs -x tmpfs | \ + df -x devtmpfs -x tmpfs | \ sed "1d; s/${sed_bre}/${indent}\\1 \\2/;" | tr '\n' "${le}" return 0 -- cgit v0.9.1