nsbin/extcut

3 lines
56 B
Bash
Executable File

#!/bin/sh
for i in *.$1;do mv $i `basename $i .$1`;done