This commit is contained in:
Geoffray Levasseur-Brandin
2025-06-19 14:50:21 +02:00
parent 47e89b3b09
commit 3d5a5e7718

View File

@@ -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() file_stats()
{ {
@@ -336,5 +336,8 @@ file_stats()
} }
}' }'
} }
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# EOF # EOF