<?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: Conbine operator with test in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178974#M50865</link>
    <description>You can also simplify Ivan's and reverse the sense of JRF's by:&lt;BR /&gt;if [ ! -d $rep_backup -a ! -L $rep_backup ]; then</description>
    <pubDate>Sat, 06 Jun 2009 10:37:30 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-06-06T10:37:30Z</dc:date>
    <item>
      <title>Conbine operator with test</title>
      <link>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178970#M50861</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I have:        &lt;BR /&gt;&lt;BR /&gt;if ! test -d $rep_backup; then &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how to say &lt;BR /&gt;If $rep_backup is not a directory or is not a symbolic link ; then &lt;BR /&gt;&lt;BR /&gt;Bests Regards&lt;BR /&gt;Den</description>
      <pubDate>Tue, 02 Jun 2009 19:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178970#M50861</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2009-06-02T19:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conbine operator with test</title>
      <link>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178971#M50862</link>
      <description>There are differents ways to do it:&lt;BR /&gt;&lt;BR /&gt;if [ ! -d $rep_backup ] &amp;amp;&amp;amp; [ ! -L $rep_backup ]&lt;BR /&gt;then&lt;BR /&gt;action...&lt;BR /&gt;fi</description>
      <pubDate>Tue, 02 Jun 2009 20:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178971#M50862</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-06-02T20:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conbine operator with test</title>
      <link>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178972#M50863</link>
      <description>Hi Den:&lt;BR /&gt;&lt;BR /&gt;# [ -d $rep_backup -o -h $rep_backup ] &amp;amp;&amp;amp; echo "is a dir or symlink" || echo "ok"&lt;BR /&gt;&lt;BR /&gt;That is, if the variable represents a directory or a symbolic link, the test is true otherwise false.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 02 Jun 2009 20:09:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178972#M50863</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-02T20:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conbine operator with test</title>
      <link>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178973#M50864</link>
      <description>Thanks Guys&lt;BR /&gt;Kind Regards&lt;BR /&gt;Den</description>
      <pubDate>Wed, 03 Jun 2009 11:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178973#M50864</guid>
      <dc:creator>Leo The Cat</dc:creator>
      <dc:date>2009-06-03T11:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conbine operator with test</title>
      <link>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178974#M50865</link>
      <description>You can also simplify Ivan's and reverse the sense of JRF's by:&lt;BR /&gt;if [ ! -d $rep_backup -a ! -L $rep_backup ]; then</description>
      <pubDate>Sat, 06 Jun 2009 10:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/conbine-operator-with-test/m-p/5178974#M50865</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-06-06T10:37:30Z</dc:date>
    </item>
  </channel>
</rss>

