<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Move Files in Linux mv Command</title>
	<atom:link href="http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/</link>
	<description>Online Linux tutorial for beginners</description>
	<lastBuildDate>Wed, 21 Mar 2012 05:09:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Beginner Linux Tutorial</title>
		<link>http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/comment-page-1/#comment-186</link>
		<dc:creator>Beginner Linux Tutorial</dc:creator>
		<pubDate>Thu, 16 Jun 2011 05:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://beginnerlinuxtutorial.com/?p=109#comment-186</guid>
		<description>d,
    mv *.asc /path/to/asc/</description>
		<content:encoded><![CDATA[<p>d,<br />
    mv *.asc /path/to/asc/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d</title>
		<link>http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/comment-page-1/#comment-185</link>
		<dc:creator>d</dc:creator>
		<pubDate>Wed, 15 Jun 2011 17:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://beginnerlinuxtutorial.com/?p=109#comment-185</guid>
		<description>im trying to move all files in ascii format into new directory name=asc. what did I do wrong in the following?

mv *.asc &lt; /asc</description>
		<content:encoded><![CDATA[<p>im trying to move all files in ascii format into new directory name=asc. what did I do wrong in the following?</p>
<p>mv *.asc &lt; /asc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apit</title>
		<link>http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/comment-page-1/#comment-178</link>
		<dc:creator>apit</dc:creator>
		<pubDate>Tue, 03 May 2011 02:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://beginnerlinuxtutorial.com/?p=109#comment-178</guid>
		<description>hi..cool command...but i&#039;ve make some mistake. I just move all my files(list of log file) to folder that never been created. This is the command looks like :

[root@umpwins hafiz]# find Cfg* -exec mv {} /home/hafiz/Config/Aprl11/Log \;

Folder &quot;Log&quot; is never been created before. So when i move to the path /home/hafiz/Config/Aprl11 and using command &quot;ls -l&quot; the output is as below :

[root@umpwins Aprl11]# ls -l
total 16
-rw-r--r-- 1 hafiz hafiz 12483 Apr 29 00:54 Log

How to get back my original file?</description>
		<content:encoded><![CDATA[<p>hi..cool command&#8230;but i&#8217;ve make some mistake. I just move all my files(list of log file) to folder that never been created. This is the command looks like :</p>
<p>[root@umpwins hafiz]# find Cfg* -exec mv {} /home/hafiz/Config/Aprl11/Log \;</p>
<p>Folder &#8220;Log&#8221; is never been created before. So when i move to the path /home/hafiz/Config/Aprl11 and using command &#8220;ls -l&#8221; the output is as below :</p>
<p>[root@umpwins Aprl11]# ls -l<br />
total 16<br />
-rw-r&#8211;r&#8211; 1 hafiz hafiz 12483 Apr 29 00:54 Log</p>
<p>How to get back my original file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beginner Linux Tutorial</title>
		<link>http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/comment-page-1/#comment-110</link>
		<dc:creator>Beginner Linux Tutorial</dc:creator>
		<pubDate>Sun, 15 Aug 2010 17:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://beginnerlinuxtutorial.com/?p=109#comment-110</guid>
		<description>When you are using the command line space is a special character. So to make CLI see it as an actual space, you need to escape it.
&lt;code&gt;mv /home/volkan/indirilenler/bdz-nthkble-dvdrip-xvid.srt /media/Yeni\ Birim/Film/&lt;/code&gt;
use a &lt;code&gt;\ &lt;/code&gt; (backslash) before the space anytime you need an actual space.</description>
		<content:encoded><![CDATA[<p>When you are using the command line space is a special character. So to make CLI see it as an actual space, you need to escape it.<br />
<code>mv /home/volkan/indirilenler/bdz-nthkble-dvdrip-xvid.srt /media/Yeni\ Birim/Film/</code><br />
use a <code>\ </code> (backslash) before the space anytime you need an actual space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Volkan</title>
		<link>http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/comment-page-1/#comment-104</link>
		<dc:creator>Volkan</dc:creator>
		<pubDate>Thu, 01 Jul 2010 07:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://beginnerlinuxtutorial.com/?p=109#comment-104</guid>
		<description>I am trying to move like this:
mv /home/volkan/indirilenler/bdz-nthkble-dvdrip-xvid.srt /media/Yeni Birim/Film/

/media/Yeni Birim/Film/ in there, there is space between &quot;Yeni&quot; and &quot;Birim&quot;. What should i put character for space?
Error is mv: target `Birim/Film/&#039; is not directory

Also i cant change &quot;Yeni Birim&quot; name becouse it is partitions i think.</description>
		<content:encoded><![CDATA[<p>I am trying to move like this:<br />
mv /home/volkan/indirilenler/bdz-nthkble-dvdrip-xvid.srt /media/Yeni Birim/Film/</p>
<p>/media/Yeni Birim/Film/ in there, there is space between &#8220;Yeni&#8221; and &#8220;Birim&#8221;. What should i put character for space?<br />
Error is mv: target `Birim/Film/&#8217; is not directory</p>
<p>Also i cant change &#8220;Yeni Birim&#8221; name becouse it is partitions i think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux Basic Commands Tutorial &#124; Beginner Linux Tutorial</title>
		<link>http://beginnerlinuxtutorial.com/help-tutorial/basic-linux-commands/how-to-move-files-in-linux-mv-command/comment-page-1/#comment-9</link>
		<dc:creator>Linux Basic Commands Tutorial &#124; Beginner Linux Tutorial</dc:creator>
		<pubDate>Fri, 07 Nov 2008 08:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://beginnerlinuxtutorial.com/?p=109#comment-9</guid>
		<description>[...] mv - the Linux terminal command to move files&#124;directories. Like the cp command, but deletes the original source. [...]</description>
		<content:encoded><![CDATA[<p>[...] mv &#8211; the Linux terminal command to move files|directories. Like the cp command, but deletes the original source. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

