当前位置:网站首页>Shell batch file name (excluding extension) lowercase to uppercase
Shell batch file name (excluding extension) lowercase to uppercase
2022-07-07 13:24:00 【Haitian Eagle】
for file in * ;
do mv $file `echo ${file%.*} | tr ‘a-z’ ‘A-Z’`.png;
done
边栏推荐
猜你喜欢
随机推荐
迅为iTOP-IMX6ULL开发板Pinctrl和GPIO子系统实验-修改设备树文件
Users, groups, and permissions
DrawerLayout禁止侧滑显示
MySQL master-slave replication
Practical case: using MYCAT to realize read-write separation of MySQL
Cmake learning and use notes (1)
提升树莓派性能的方法
The difference between cache and buffer
Esp32 ① compilation environment
单片机原理期末复习笔记
How to reset Firefox browser
[dark horse morning post] Huawei refutes rumors about "military master" Chen Chunhua; Hengchi 5 has a pre-sale price of 179000 yuan; Jay Chou's new album MV has played more than 100 million in 3 hours
DHCP 动态主机设置协议 分析
Cookie and session comparison
Conversion from non partitioned table to partitioned table and precautions
Grep of three swordsmen in text processing
信号强度(RSSI)知识整理
Test next summary
单片机学习笔记之点亮led 灯
[learning notes] segment tree selection