We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#!/bin/bash
#print subnotes
DIR=${1%.*}
find $DIR -type f -printf '%d\t%P\n' | sort -r -nk1 | cut -f2- | cut -f 1 -d '.'
/path/to/file.sh %s