shell-scripte-code/cutname.sh

14 lines
107 B
Bash
Raw Normal View History

2018-12-14 00:43:11 +01:00
#!/bin/bash
set -x
while (( "$#" ))
do
2018-12-14 00:52:48 +01:00
mv ${1} ${1%%-*}
2018-12-14 00:43:11 +01:00
shift
done
#./cutname.sh <Ordner>/*-*