Horje
rename multiple files mac terminal Code Example
rename multiple files mac terminal
# Change all jpeg to jpg
for f in *.jpeg; do
    mv -- "$f" "${f%.jpeg}.jpg"
done




Shell

Related
neovim nvim plugins Code Example neovim nvim plugins Code Example
ubuntu unzip 7z 001 Code Example ubuntu unzip 7z 001 Code Example
install signal desk Code Example install signal desk Code Example
how to install things with apt Code Example how to install things with apt Code Example
rename multiple files in linux Code Example rename multiple files in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8