Files
mostlymatter/e2e-tests/cypress/tests/fixtures/markdown/markdown_shell.md
2023-03-28 18:10:00 +02:00

118 B

find /path/to/whatever -type f | sed "1,$MAX_FILES d' | while read fn; do
echo "deleting $fn"
rm -f $fn
done