Tagged articles

mv

8 articles · Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
May 19, 2026 · Fundamentals

Add a Progress Bar to Linux cp and mv Commands

This guide shows how to patch coreutils so that the Linux cp and mv commands display a visual progress bar, covering version checks, source download, applying the advcpmv patch, compiling, configuring replacements, and testing the new functionality.

CoreutilsLinuxadvcpmv
0 likes · 3 min read
Add a Progress Bar to Linux cp and mv Commands
Liangxu Linux
Liangxu Linux
Mar 20, 2023 · Fundamentals

Master Linux File Management: Powerful mv Command Tricks & Examples

This guide explains the Linux mv command in depth, covering its syntax, useful options, and practical examples for renaming, moving single or multiple files and directories, interactive overwriting, conditional updates, and creating backups, all illustrated with real command‑line sessions.

Command LineLinuxUnix
0 likes · 12 min read
Master Linux File Management: Powerful mv Command Tricks & Examples
Liangxu Linux
Liangxu Linux
Sep 13, 2022 · Fundamentals

Add a Progress Bar to Linux cp and mv Commands with advcpmv Patch

Learn how to enhance the Linux coreutils cp and mv commands with a visual progress bar by downloading the advcpmv patch, applying it to coreutils source, compiling, installing, and creating convenient aliases, complete with example usage and performance output.

CoreutilsLinuxadvcpmv
0 likes · 4 min read
Add a Progress Bar to Linux cp and mv Commands with advcpmv Patch
Open Source Linux
Open Source Linux
Aug 12, 2022 · Operations

Add a Real-Time Progress Bar to Linux cp and mv Commands with advcpmv

This guide shows how to compile the GNU coreutils package with the advcpmv patch to enable a progress‑bar for the cp and mv commands, including downloading source, applying the patch, building, installing the patched binaries, and creating convenient aliases for everyday use.

CoreutilsLinuxadvcpmv
0 likes · 4 min read
Add a Real-Time Progress Bar to Linux cp and mv Commands with advcpmv
Liangxu Linux
Liangxu Linux
Aug 9, 2022 · Operations

How a Missing $ Made My Live‑Stream Shell Script Delete All .sh Files

During a live‑stream the author wrote a Bash script to rename all .sh files to .shell and delete their second line, but a tiny typo—omitting the $ before a variable—caused every .sh file to disappear, illustrating the importance of careful command‑line scripting.

DebuggingScriptfind
0 likes · 7 min read
How a Missing $ Made My Live‑Stream Shell Script Delete All .sh Files
MaGe Linux Operations
MaGe Linux Operations
Jul 22, 2022 · Operations

Add a Real‑Time Progress Bar to Linux cp and mv with advcpmv

This tutorial shows how to patch GNU coreutils using the open‑source advcpmv project so that the cp and mv commands display a progress bar, including step‑by‑step compilation, alias configuration, and sample output demonstrating total and per‑file progress.

CoreutilsLinuxadvcpmv
0 likes · 4 min read
Add a Real‑Time Progress Bar to Linux cp and mv with advcpmv
Liangxu Linux
Liangxu Linux
Jun 2, 2021 · Fundamentals

What Really Happens When You Use ln, mv, and cp on Linux?

This article demystifies the three common Linux commands—ln, mv, and cp—explaining how they differ in handling inodes, dirents, and data blocks, when they create links or move files, and why their performance varies across file systems and file types.

Hard LinkLinuxcp
0 likes · 16 min read
What Really Happens When You Use ln, mv, and cp on Linux?
ITPUB
ITPUB
Feb 27, 2019 · Fundamentals

Unlock the Full Power of Linux mv: Advanced Options You Should Know

This guide explains both basic and advanced usages of the Linux mv command, covering options like -v for verbose output, -i for interactive prompts, -n to prevent overwriting, -u to update only newer files, and -b to create backups before replacement.

Linuxcommand-linefile management
0 likes · 8 min read
Unlock the Full Power of Linux mv: Advanced Options You Should Know