From 3d5a5e7718c43be13b6c40f166b004dafb7e4111 Mon Sep 17 00:00:00 2001 From: Geoffray Levasseur-Brandin Date: Thu, 19 Jun 2025 14:50:21 +0200 Subject: [PATCH] typos --- profile.d/filefct.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profile.d/filefct.sh b/profile.d/filefct.sh index 47d8a5d..c8c05e9 100644 --- a/profile.d/filefct.sh +++ b/profile.d/filefct.sh @@ -213,7 +213,7 @@ export -f rmspc # ------------------------------------------------------------------------------ -# Rename all files in current directory to replace spaces with _ +# display stats about a file structure # ------------------------------------------------------------------------------ file_stats() { @@ -336,5 +336,8 @@ file_stats() } }' } +# ------------------------------------------------------------------------------ + + # ------------------------------------------------------------------------------ # EOF