Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
Running Windows on your Mac
Trying to Move Files (did I do it right?)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 975475" data-attributes="member: 110816"><p>Unix doesn't like spaces..so you can move it within Finder which will handle this nicely, but if you want to stick with the command line, you'll have to use</p><p>[CODE]</p><p>mv MAIN\ DRIVE\ 3 ~/musicpics</p><p>[/CODE]</p><p>You are "escaping" the spaces, to get the real directory name. In your original command, "mv" thinks you gave it 6 directories to move around..<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Regards</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 975475, member: 110816"] Unix doesn't like spaces..so you can move it within Finder which will handle this nicely, but if you want to stick with the command line, you'll have to use [CODE] mv MAIN\ DRIVE\ 3 ~/musicpics [/CODE] You are "escaping" the spaces, to get the real directory name. In your original command, "mv" thinks you gave it 6 directories to move around..:) Regards [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
Running Windows on your Mac
Trying to Move Files (did I do it right?)
Top