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