Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Shell script applies "five" batch production files

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Batch production file, file name randomly processed by MD5, 8 bits; batch modification of file name such as 74d03365_finished.html to 74d03365.JPG

Method 1 shell script

#! / bin/sh

For name in ls test/*.html

Do

Mv $name echo $name | sed's favorite finished.html.jpgroomg'

Done

Method 2 rename renamed the command

Rename "_ finished.html".jpg" * .html

Method 3 command line replacement

[root@localhost test] # ls | awk-F'[_]'{print "mv" $0jpg "}'| bash

[root@localhost test] # ls

0296a3c9.jpg 2e8a3794.jpg 819dc866.jpg b3be2c15.jpg c3fb54e5.jpg

1c27667d.jpg 57e7d747.jpg 9a24ebd4.jpg b4b5f192.jpg f3759add.jpg

Batch create file script

#! / bin/bash

For ((iTun1)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report