From 916dddcf078bcfee6084581a4ff31e85ad8d63b3 Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Fri, 4 Mar 2022 00:20:25 -0500 Subject: [PATCH] Using printf for logging. --- hash-files | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hash-files b/hash-files index 235a3e2..ede60f4 100755 --- a/hash-files +++ b/hash-files @@ -9,9 +9,9 @@ DateTimeStamp=$(date +\%D_\%T) ############ write_log () { -echo " ++ Write to log. - $DateTimeStamp - $1 - +++++++++++++++" +#echo " ++ Write to log. +# +++++++++++++++" + printf '%s - %s' "$DateTimeStamp" "$1" } create_list_of_files () {