Tag Archives: awk shell batch

Batch change file extension in Linux

In the daily development process, we sometimes need to do some batch operations, as described in the previous article. Today, we will share how to use Linux commands to change file extensions in batches. First, we create files with txt … Continue reading

Posted in Internet Technology | Tagged , , | Comments Off on Batch change file extension in Linux

How to rename directory and file in linux/unix

To rename directories and files, we can use the linux mv command. You can also use the awk command to rename rule directories or files in batches. Continue reading

Posted in How to | Tagged , , , | Comments Off on How to rename directory and file in linux/unix