find,sort

This commit is contained in:
Marc Beninca 2025-07-08 01:20:36 +02:00
parent aadfe212c2
commit ff3716148a
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -42,6 +42,8 @@ RWX_MAIN_PATH="${RWX_ROOT_SYSTEM}/${RWX_MAIN_NAME}"
# ╰──────┴──────╯ # ╰──────┴──────╯
# find directory’s files by extension # find directory’s files by extension
#> find
#> sort
rwx_find_extension() { rwx_find_extension() {
local extension="${1}" local extension="${1}"
local root="${2}" local root="${2}"
@ -64,8 +66,6 @@ rwx_find_shell() {
rwx_find_extension "sh" "${@}" rwx_find_extension "sh" "${@}"
} }
################################################################################
# ╭──────┬───────╮ # ╭──────┬───────╮
# │ main │ shell │ # │ main │ shell │
# ╰──────┴───────╯ # ╰──────┴───────╯