name : fix_numbering only starting with a digit.
This commit is contained in:
parent
2ece1cfb59
commit
982e79e595
|
@ -487,7 +487,7 @@ function name_fix_numbering() {
|
||||||
|
|
||||||
# All files by default.
|
# All files by default.
|
||||||
if [[ "${targets[*]}" = "" ]]; then
|
if [[ "${targets[*]}" = "" ]]; then
|
||||||
targets=($(ls))
|
targets=($(ls | grep "^[0-9]"))
|
||||||
total=${#targets[@]}
|
total=${#targets[@]}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in a new issue