Skip to main content
Ctrl+K
Jörg Faschingbauer - Home Jörg Faschingbauer - Home
  • Training Courses
  • About
  • Blog
  • Training Courses
  • About
  • Blog

Section Navigation

  • Course Descriptions
  • Pricing, Organizational
  • Log Of Past Courses
  • Complete Slide Material
    • Linux
      • Linux Basics
        • Introduction: Concepts and Terminology
        • The Shell (Bash - “Bourne Again Shell”)
        • File System Permissions
        • Tools: Inspecting Text Files
        • Archiving and Compression
        • I/O Redirection And Pipes
        • Exercises/Exams: Linux Basics
      • SSH: Secure Shell
      • Toolchain, And Cross Development
      • Linux Systems Programming
      • Linux Hardware Interfaces
      • Linux Kernel Driver Development
      • Drafts
    • Python Programming
    • The C Programming Language
    • C++ < 11
    • C++ >= 11
    • Design Patterns With C++
    • C++: TODO List
    • C++: Miscellaneous Live-Hacking
    • C++ Code
    • C++ Exercises
    • CMake
    • Is Software A Craft? Software Is A Craft! ⟶ Clean Code
    • Unit Testing With googletest
  • Training Courses
  • Complete Slide Material
  • Linux
  • Linux Basics
  • The Shell (Bash - “Bourne Again Shell”)
  • Moving and Renaming: mv

Moving and Renaming: mv#

  • Renaming A File (or Directory)

  • Moving a File to Somewhere Else

  • Moving a Directory to Somewhere Else

Documentation

  • man -s 1 mv

Renaming A File (or Directory)#

$ mv Umsatzsteuerbescheid1.pdf Umsatzsteuerbescheid-2021.pdf

Moving a File to Somewhere Else#

$ mv Umsatzsteuerbescheid-2021.pdf ~/Homebrain/Buchhaltung/Umsatzsteuerbescheide/

Moving a Directory to Somewhere Else#

$ mv ~/Homebrain/Buchhaltung/Umsatzsteuerbescheide ~/tmp/Finanzamt-Abgabe
On this page
  • Renaming A File (or Directory)
  • Moving a File to Somewhere Else
  • Moving a Directory to Somewhere Else

© Copyright 2019-2025 (GPLv3), Jörg Faschingbauer.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.

Show Source