delete_file.sh 85 B

123
  1. #!/bin/sh
  2. find . -maxdepth 1 -name "$(echo $0 | cut -d. -f1).*" -exec rm -f '{}' \;