当前位置:网站首页>批量修改文件名
批量修改文件名
2022-06-26 08:10:00 【may_he】
for f in *.png;do echo mv $f `echo $f | sed 's/\@2x//'`; done
添加“@2x”
for f in *.png;do echo mv $f `echo $f | sed 's/\.png/@2x.png/'`; done
边栏推荐
- What is Wi Fi 6 (802.11ax)? Why is Wi Fi 6 important?
- The difference between setstoragesync and setstorage
- Uploading pictures with FileReader object
- My colleague asked a question I never thought about. Why did kubernetes' superfluous' launch the static pod concept?
- Introduction to uni app grammar
- [UVM practice] Chapter 2: a simple UVM verification platform (4) the ultimate masterpiece of UVM: sequence
- 手机开户哪个证券公司佣金最低?网上开户是否安全么?
- Project management learning
- Technology sharing | mysql:caching_ sha2_ Password quick Q & A
- 45. jumping game II dynamic planning DP
猜你喜欢

Getting started with idea

Automatic backup of MySQL database in the early morning with Linux

MySQL practice: 4 Operation of data

Ping An technology's practice of migrating from Oracle to ubisql

ASP. Net and Net framework and C #

Google Earth Engine(GEE) 01-中输入提示快捷键Ctrl+space无法使用的问题

MySQL practice: 1 Common database commands

1. error using XPath to locate tag

This article will take you to learn in detail what is FTTH

What if the service in Nacos cannot be deleted?
随机推荐
Basic use of swiperefreshlayout, local refresh of flutterprovider
Getdrawingcache of view is empty. Solution: interview questions for Android audio and video development
Okhttp3 source code explanation (IV) cache strategy, disadvantages of Android mixed development
Webrtc has become the official standard of W3C and IETF, and mobile terminal development
Deeply analyze storage costs and find cost reduction solutions
Pic 10B parsing
Seven important reasons for responsive Web Design
记一次开发 pgadmin 时执行 Building the Web Assets 遇到的依赖安装问题
Quickly upload data sets and other files to Google colab ------ solve the problem of slow uploading colab files
PyTorch-12 GAN、WGAN
Project practice: parameters of pycharm configuration for credit card digital recognition and how to use opencv in Anaconda
我想造SQL数据(存储结构)
[SystemVerilog basics] post_ Randomize function record
Minor problems in importing D
The difference between setstoragesync and setstorage
[untitled]
Color code
JS Date object
Oracle database self study notes
Use middleware to record slow laravel requests