Tech Replace specifed name in the part of files to another name by bash script kevin-tofu September 29, 2023 1 min read for file in a_dir/*; do name="${file/test/verify}" mv "$file" "$newname" done Continue Reading Previous Previous post: Copy only the specified number of images using bash scriptNext Next post: Trail Paradise Mt.Rainier Related News Optimality Criteria (OC) Method Optimality Criteria (OC) Method Python Logger Python Logger Download a File with wget thru Proxy Server Download a File with wget thru Proxy Server How Sparse Matrix stores the Data How Sparse Matrix stores the Data