tip/linux
2018. 8. 7. 11:02
renaming multiple files
for file in AAA*
do
mv -i "${file}" "${file/AAA/BB}"
done
'tip > linux' 카테고리의 다른 글
sort in terminal using 'sort' (0) | 2019.06.07 |
---|---|
비밀번호 없이 ssh 접속 (0) | 2019.03.14 |
Collect each first rows in files and write to a file (0) | 2017.01.24 |
user add and remove in Ubuntu (0) | 2013.07.01 |
Install Intel compiler to ubuntu (0) | 2013.06.23 |