<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: moving directory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889182#M845862</link>
    <description>hp admin,&lt;BR /&gt;if your directories are empty you can remove the temp1 directory and then mv (rename) the test directory to test1.&lt;BR /&gt;Start situation, directories:&lt;BR /&gt;test      test1&lt;BR /&gt;conmmand: rm test1&lt;BR /&gt;&lt;BR /&gt;This leaves directory&lt;BR /&gt;test&lt;BR /&gt;command: mv test test1&lt;BR /&gt;&lt;BR /&gt;This leaves directory&lt;BR /&gt;test1&lt;BR /&gt;&lt;BR /&gt;So you have moved test to test1!&lt;BR /&gt;Try the process in /tmp&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Mar 2005 05:17:10 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2005-03-03T05:17:10Z</dc:date>
    <item>
      <title>moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889176#M845856</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have two directory: test and test1&lt;BR /&gt;&lt;BR /&gt;I want to change the name of the first one "test" to "test1", but the command "mv" transfert "test" directory into "test1".&lt;BR /&gt;&lt;BR /&gt;Please any help.</description>
      <pubDate>Thu, 03 Mar 2005 04:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889176#M845856</guid>
      <dc:creator>hp admin</dc:creator>
      <dc:date>2005-03-03T04:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889177#M845857</link>
      <description>Please without, changing the name of "test1" directory.</description>
      <pubDate>Thu, 03 Mar 2005 04:43:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889177#M845857</guid>
      <dc:creator>hp admin</dc:creator>
      <dc:date>2005-03-03T04:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889178#M845858</link>
      <description>I don't think I understood the question.&lt;BR /&gt;&lt;BR /&gt;You want test to be renamed to test1? But you can't have two directories with the same name in same location ....</description>
      <pubDate>Thu, 03 Mar 2005 04:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889178#M845858</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-03T04:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889179#M845859</link>
      <description>Hi,&lt;BR /&gt;can you please confirm:&lt;BR /&gt;two directories (test and test1)&lt;BR /&gt;you want to rename the test dir to test1&lt;BR /&gt;what uis to happen with any data in test1?&lt;BR /&gt;&lt;BR /&gt;otherwise:&lt;BR /&gt;rm -r test1&lt;BR /&gt;mv test test1&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 03 Mar 2005 04:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889179#M845859</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-03T04:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889180#M845860</link>
      <description>Thanks for anwsers,&lt;BR /&gt;&lt;BR /&gt;We suppose that all directories are empty.&lt;BR /&gt;&lt;BR /&gt;Here what I do not to launch:&lt;BR /&gt;&lt;BR /&gt;mv test1 toto&lt;BR /&gt;mv test test1&lt;BR /&gt;&lt;BR /&gt;I search a command that rename test to test1 whitout renaming the test1 directory.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 05:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889180#M845860</guid>
      <dc:creator>hp admin</dc:creator>
      <dc:date>2005-03-03T05:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889181#M845861</link>
      <description>But again, you can't rename test into test1 if you already have test1 at the same location you have test ....&lt;BR /&gt;&lt;BR /&gt;The only way to it, it's to remove test1 or to rename it.</description>
      <pubDate>Thu, 03 Mar 2005 05:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889181#M845861</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-03T05:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889182#M845862</link>
      <description>hp admin,&lt;BR /&gt;if your directories are empty you can remove the temp1 directory and then mv (rename) the test directory to test1.&lt;BR /&gt;Start situation, directories:&lt;BR /&gt;test      test1&lt;BR /&gt;conmmand: rm test1&lt;BR /&gt;&lt;BR /&gt;This leaves directory&lt;BR /&gt;test&lt;BR /&gt;command: mv test test1&lt;BR /&gt;&lt;BR /&gt;This leaves directory&lt;BR /&gt;test1&lt;BR /&gt;&lt;BR /&gt;So you have moved test to test1!&lt;BR /&gt;Try the process in /tmp&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 05:17:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889182#M845862</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-03T05:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: moving directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889183#M845863</link>
      <description>Hi all and thanks to all answering me.&lt;BR /&gt;&lt;BR /&gt;I think there is no solution about what I search.&lt;BR /&gt;&lt;BR /&gt;I have copied the content of tes directory to test1 one.&lt;BR /&gt;&lt;BR /&gt;Thank's again.</description>
      <pubDate>Fri, 04 Mar 2005 06:31:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/moving-directory/m-p/4889183#M845863</guid>
      <dc:creator>hp admin</dc:creator>
      <dc:date>2005-03-04T06:31:51Z</dc:date>
    </item>
  </channel>
</rss>

