Tagged articles
12 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
May 18, 2023 · Fundamentals

Three Python 3 Methods for Bulk File Renaming

This article introduces three Python 3 techniques for bulk file renaming—recursive numbering, renaming based on creation timestamps, and using regular expressions—explaining their advantages, providing complete code examples, and guiding readers on adapting the scripts for their own file management needs.

Bulk ProcessingFile RenamingPython
0 likes · 6 min read
Three Python 3 Methods for Bulk File Renaming
MaGe Linux Operations
MaGe Linux Operations
Sep 6, 2021 · Operations

Batch Rename Files Using sed and Bash Substring Techniques

This guide demonstrates three practical methods for bulk renaming files on Linux: using sed for in‑place text replacement, applying Bash variable substring manipulation, and changing file extensions with parameter expansion, each illustrated with complete command‑line examples.

BashFile RenamingLinux
0 likes · 8 min read
Batch Rename Files Using sed and Bash Substring Techniques
Liangxu Linux
Liangxu Linux
Jul 18, 2021 · Backend Development

Master Bulk File Renaming with F2: Install, Commands, and Tips

F2 is a fast, safe Go‑based command‑line tool for batch renaming files and folders on Linux, macOS, and Windows, offering multiple installation methods, preview mode, undo, conflict resolution, built‑in variables, and powerful regex‑driven rename examples.

Batch ProcessingCLIFile Renaming
0 likes · 7 min read
Master Bulk File Renaming with F2: Install, Commands, and Tips
Liangxu Linux
Liangxu Linux
Jun 8, 2020 · Fundamentals

Rename Files Faster in Linux: Bash Function & Shortcut Tricks

This guide shows how to avoid typing a filename twice when renaming files on Linux by adding a custom mv function to ~/.bashrc, using brace expansion with mv/cp, and leveraging shell shortcuts like Ctrl+W and Ctrl+Y for rapid input.

File Renamingcommand-lineproductivity
0 likes · 5 min read
Rename Files Faster in Linux: Bash Function & Shortcut Tricks
Liangxu Linux
Liangxu Linux
Nov 29, 2018 · Fundamentals

Three Simple Linux Commands to Batch Rename Files Efficiently

Learn how to quickly rename multiple files in Linux using the rename utility, a bash for‑loop with mv, and a sed‑based loop, each illustrated with clear command examples and explanations of the underlying string manipulation techniques.

BashBatch ProcessingFile Renaming
0 likes · 5 min read
Three Simple Linux Commands to Batch Rename Files Efficiently