当前位置:网站首页>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
边栏推荐
猜你喜欢
记一次 .NET 某新能源系统 线程疯涨 分析
Digital IC Design SPI
将数学公式在el-table里面展示出来
QQ medicine, Tencent ticket
【Presto Profile系列】Timeline使用
MySQL master-slave replication
Japanese government and enterprise employees got drunk and lost 460000 information USB flash drives. They publicly apologized and disclosed password rules
Awk of three swordsmen in text processing
My "troublesome" subordinates after 00: not bad for money, against leaders, and resist overtime
为租客提供帮助
随机推荐
【学习笔记】AGC010
cmake 学习使用笔记(一)
shell 批量文件名(不含扩展名)小写改大写
LeetCode_二分搜索_中等_153.寻找旋转排序数组中的最小值
MongoDB的用户管理总结
Vscode编辑器ESP32头文件波浪线不跳转彻底解决
Grep of three swordsmen in text processing
Vscade editor esp32 header file wavy line does not jump completely solved
Esp32 construction engineering add components
Awk of three swordsmen in text processing
DETR介绍
Introduce six open source protocols in detail (instructions for programmers)
靠卖概念上市,认养一头牛能走多远?
服务器到服务器 (S2S) 事件 (Adjust)
10 张图打开 CPU 缓存一致性的大门
MySQL master-slave replication
MongoDB内部的存储原理
ORACLE进阶(五)SCHEMA解惑
About the problem of APP flash back after appium starts the app - (solved)
LeetCode_ Binary search_ Medium_ 153. Find the minimum value in the rotation sort array