mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd "$1" || exit 1
|
|
|
|
find "$2" -type f -name "[a-z]*.$3" | sort -V
|
|
|