5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
[[ -z $3 ]] || return 1
|
|
head=${1:h}
|
|
name="${head}/${2}"
|
|
mv $1 $name
|