개요
- -bash
- rename: command not found
tsetuser@localhost:~$ rename
-bash: rename: command not found
tsetuser@localhost:~$ head -1 /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
sudo apt install -y rename
tsetuser@localhost:~$ rename
-bash: rename: command not found
tsetuser@localhost:~$ head -1 /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
sudo apt install -y rename