<?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 Command to MV files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601292#M375892</link>
    <description>Files are with .xls extention in the directory needs to move all this file to another directory</description>
    <pubDate>Tue, 16 Mar 2010 01:38:01 GMT</pubDate>
    <dc:creator>Prabhi</dc:creator>
    <dc:date>2010-03-16T01:38:01Z</dc:date>
    <item>
      <title>Command to MV files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601292#M375892</link>
      <description>Files are with .xls extention in the directory needs to move all this file to another directory</description>
      <pubDate>Tue, 16 Mar 2010 01:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601292#M375892</guid>
      <dc:creator>Prabhi</dc:creator>
      <dc:date>2010-03-16T01:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Command to MV files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601293#M375893</link>
      <description>mv *.xls new_destination&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Tue, 16 Mar 2010 01:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601293#M375893</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-03-16T01:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Command to MV files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601294#M375894</link>
      <description>Thanks</description>
      <pubDate>Tue, 16 Mar 2010 01:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601294#M375894</guid>
      <dc:creator>Prabhi</dc:creator>
      <dc:date>2010-03-16T01:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Command to MV files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601295#M375895</link>
      <description>&amp;gt;&amp;gt;Files are with .xls extention in the directory needs to move all this file to another directory&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;You can use (cp ) command (man cp) -&amp;gt; more information&lt;BR /&gt;&lt;BR /&gt;# cd /folder_Files are with .xls extention&lt;BR /&gt;&lt;BR /&gt;# ls -l *.xls* -&amp;gt; list files verfiy and than proceed.&lt;BR /&gt;&lt;BR /&gt;# cp -p *.xls* /another directory</description>
      <pubDate>Tue, 16 Mar 2010 02:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601295#M375895</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-16T02:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Command to MV files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601296#M375896</link>
      <description>oops" sorry for wrong understanding, change cp command to mv&lt;BR /&gt;&lt;BR /&gt;# mv *.xls* /another directory</description>
      <pubDate>Tue, 16 Mar 2010 02:04:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601296#M375896</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-03-16T02:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Command to MV files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601297#M375897</link>
      <description>Hi Prabhi,&lt;BR /&gt;&lt;BR /&gt;U can move all the .xls files to a new directory as per your desire with the below command:&lt;BR /&gt;&lt;BR /&gt;mv *.xls new_location&lt;BR /&gt;&lt;BR /&gt;Or, u can copy all of them to a new location with the below command:&lt;BR /&gt;&lt;BR /&gt;copy *.xls new_location&lt;BR /&gt;&lt;BR /&gt;Rgds-Kranti</description>
      <pubDate>Tue, 16 Mar 2010 02:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-mv-files/m-p/4601297#M375897</guid>
      <dc:creator>Kranti Mahmud</dc:creator>
      <dc:date>2010-03-16T02:38:48Z</dc:date>
    </item>
  </channel>
</rss>

