Tagged articles
3 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Mar 28, 2020 · Fundamentals

Master Linux File Renaming with mv and rename: Simple and Complex Techniques

This guide explains how to rename files on Linux using the mv and rename commands, covering basic single‑file renaming, batch renaming with patterns, handling different OS syntaxes, and advanced strategies for generating name mappings from custom files or filename patterns.

Batch ProcessingShell scriptingawk
0 likes · 11 min read
Master Linux File Renaming with mv and rename: Simple and Complex Techniques
Liangxu Linux
Liangxu Linux
Aug 21, 2019 · Operations

How to Move Multiple File Types at Once in Linux Using mv

This guide demonstrates two straightforward Linux command‑line techniques—brace expansion and wildcard patterns—to move several file extensions (e.g., .doc, .pdf, .txt) from one directory to another in a single step, complete with examples and verification commands.

BashShellmv command
0 likes · 4 min read
How to Move Multiple File Types at Once in Linux Using mv
Liangxu Linux
Liangxu Linux
Feb 26, 2019 · Fundamentals

Master Advanced mv Techniques to Safely Move Files on Linux

This guide explains the mv command’s basic functions and walks through six powerful options—-v, -i, -n, -u, -b, and combinations—to provide verbose output, interactive prompts, prevent overwrites, update‑only moves, and automatic backups for safer file management.

Shellcommand-linemv command
0 likes · 7 min read
Master Advanced mv Techniques to Safely Move Files on Linux