<?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: ssh with find command in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660173#M102533</link>
    <description>Looks like you are escaping the \ symbol at end.&lt;BR /&gt;&lt;BR /&gt;ssh usrname@&lt;HOSTNAME&gt; find /shg/HPUX -name *.gz -mtime \+20 -exec ls -l {} \\; &lt;BR /&gt;&lt;BR /&gt;I see 2 \ symbols, use 1 symbol&lt;BR /&gt;&lt;BR /&gt;ssh usrname@&lt;HOSTNAME&gt; find /shg/HPUX -name *.gz -mtime \+20 -exec ls -l {} \;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
    <pubDate>Fri, 28 Oct 2005 11:14:16 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2005-10-28T11:14:16Z</dc:date>
    <item>
      <title>ssh with find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660172#M102532</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I am running the following command and its failing with error " find: -exec not terminated with ';' "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ssh usrname@&lt;HOSTNAME&gt; find /shg/HPUX -name *.gz -mtime \+20 -exec ls -l {} \\; &lt;BR /&gt;&lt;BR /&gt;can some one tell me what mistake i am making&lt;BR /&gt;&lt;BR /&gt;jolly&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 28 Oct 2005 11:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660172#M102532</guid>
      <dc:creator>Jolly Kalayil</dc:creator>
      <dc:date>2005-10-28T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: ssh with find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660173#M102533</link>
      <description>Looks like you are escaping the \ symbol at end.&lt;BR /&gt;&lt;BR /&gt;ssh usrname@&lt;HOSTNAME&gt; find /shg/HPUX -name *.gz -mtime \+20 -exec ls -l {} \\; &lt;BR /&gt;&lt;BR /&gt;I see 2 \ symbols, use 1 symbol&lt;BR /&gt;&lt;BR /&gt;ssh usrname@&lt;HOSTNAME&gt; find /shg/HPUX -name *.gz -mtime \+20 -exec ls -l {} \;&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 28 Oct 2005 11:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660173#M102533</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-10-28T11:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: ssh with find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660174#M102534</link>
      <description>TRY:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ssh usrname@&lt;HOSTNAME&gt; `find /shg/HPUX -name *.gz -mtime \+20 -exec ls -l {} \;` &lt;BR /&gt;&lt;BR /&gt;You missed the ``.&lt;BR /&gt;&lt;BR /&gt;I tried this on my machine:&lt;BR /&gt;&lt;BR /&gt;ssh usrname@&lt;HOSTNAME&gt; `find /tmp -atime +7 -type f -local -exec ls {} \;` &lt;BR /&gt; &lt;BR /&gt;Thanks,&lt;BR /&gt;Frederick&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 28 Oct 2005 11:34:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660174#M102534</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-10-28T11:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: ssh with find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660175#M102535</link>
      <description>Thanks  Fedrick&lt;BR /&gt;&lt;BR /&gt;ssh username@&lt;HOSTNAME&gt; 'find /shg/HPUX -name *.gz -mtime \+20 -exec ls -l {} \;' command works fine &lt;BR /&gt;&lt;BR /&gt;Jolly&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 28 Oct 2005 12:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660175#M102535</guid>
      <dc:creator>Jolly Kalayil</dc:creator>
      <dc:date>2005-10-28T12:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: ssh with find command</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660176#M102536</link>
      <description>Have we worked in the same company before ? 2 Metrotech Brooklyn NY?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Oct 2005 12:38:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ssh-with-find-command/m-p/3660176#M102536</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-10-28T12:38:56Z</dc:date>
    </item>
  </channel>
</rss>

