Files
dotfiles/scripts/shell/job/gp/remove-all-dot-failed-files-in-pwd.sh
2024-04-02 09:41:53 -03:00

4 lines
72 B
Bash
Executable File

#!/bin/bash
find * -maxdepth 0 -type f -name '*.failed' -exec rm {} \;