If you’re just starting out with the Mac command line, you might have run into an issue when working with files that have spaces in their names—like “This File.txt”. As you may have found out, typing the filename directly without accounting for the space will cause commands like move, rename, or copy to fail.
There are a couple of ways to handle files with spaces in their names using Terminal, but one method tends to be easier and more intuitive than the other.
While we're focusing on Mac systems here, this approach works across nearly any Unix-based command line environment, including Linux, Windows WSL, and so on.
Interact with Files Containing Spaces Using Quotation Marks
The most straightforward way to work with such files is by enclosing the filename in quotation marks.
For instance, if you want to move a file named “Sample File.pdf”, you would use a command like:
mv "Sample File.pdf" ~/Path/To/Destination/
Similarly, renaming “Sample File.pdf” could be done with:
mv "Sample File.pdf" "Sample File 2.pdf"
Modify Files with Spaces via Escaping
Alternatively, you can escape the space character using a backslash. However, for many users, this can feel less intuitive than using quotes. Here's how it looks:
mv Sample\ File.pdf ~/Path/To/Destination/
Take note of the \ placed before the space in the filename.
In general, using quotation marks is the simpler and more user-friendly option, though both approaches are valid.
The above is the detailed content of How to Rename & Move Files with Spaces in Name at Command Line. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

You’ve had your Mac for a few years, and you’re starting to feel the effects of your device aging—the battery doesn’t hold up as well as it used to. To avoid getting stuck with a dead Mac, you have no choice but to take your charger e

The Focus Modes functionality comes with several pre-set options such as Work, Driving, Sleep, and users are also free to create custom ones for any scenario imaginable. Should you find yourself not needing a multitude of Focus modes—whether because

If you trust Siri to accurately transcribe your speech into text and send it as a message, you can activate a setting that lets Siri send messages automatically from your iPhone without asking for confirmation first.With the confirmation feature enab

Some users of Mac computers running MacOS Sierra and MacOS High Sierra have reported issues when trying to log in to an Apple ID or iCloud via System Preferences, as well as problems accessing iCloud.com using Safari. In addition, Safari fails to loa

Have you ever received a long audio message on your iPhone and while listening, the screen turns off, interrupting the playback and forcing you to start over? It's pretty frustrating, isn't it?Next time you receive a lengthy voice message on your iPh

iOS 16 is now available for iPhone users, offering a solid update packed with practical features you're sure to enjoy.The most noticeable and exciting addition is the ability to personalize your lock screen. However, there are also plenty of smaller

In this blog post, we’ve gathered the 22 most significant breaches that happened back in 2017. All of the reports were conducted by Chris Vickery — a data breach hunter, who had partnered with MacKeeper to provide repor

Customizing your Mac by renaming it helps set it apart from other devices, especially when using AirDrop, and makes it easier to identify on a network.In macOS Ventura 13 and later versions, the method for changing the computer name has changed compa
