<?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: how to put two commands in  nohup in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711625#M103496</link>
    <description>nohup dd if=/dev/vgnjs03/rnzlist187 of=/jsbak1/zhjs2tape/zhjsdb200512/ZHJS_LIST_WJJS_200512.75 bs=1024000 | nohup compress /jsbak1/zhjs2tape/zhjsdb200512/ZHJS_LIST_WJJS_200512.75&lt;BR /&gt;&lt;BR /&gt;the file ZHJS_LIST_WJJS_200512.75  do not been compressed.   :(</description>
    <pubDate>Wed, 18 Jan 2006 03:38:24 GMT</pubDate>
    <dc:creator>hubin_1</dc:creator>
    <dc:date>2006-01-18T03:38:24Z</dc:date>
    <item>
      <title>how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711619#M103490</link>
      <description>In the "man nohup",it should be " nohup (date; who)". but it donot work.&lt;BR /&gt;&lt;BR /&gt;$ nohup (date; who)&lt;BR /&gt;sh: Syntax error: `(' is not expected.&lt;BR /&gt;&lt;BR /&gt;How should I do?</description>
      <pubDate>Tue, 17 Jan 2006 23:33:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711619#M103490</guid>
      <dc:creator>hubin_1</dc:creator>
      <dc:date>2006-01-17T23:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711620#M103491</link>
      <description>Why not&lt;BR /&gt;nohup date;nohup who</description>
      <pubDate>Tue, 17 Jan 2006 23:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711620#M103491</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-17T23:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711621#M103492</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;$ nohup "(date; who)"&lt;BR /&gt;&lt;BR /&gt;will help you. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 17 Jan 2006 23:42:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711621#M103492</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-17T23:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711622#M103493</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can also always put your commands in a single script and do the same&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 18 Jan 2006 00:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711622#M103493</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-01-18T00:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711623#M103494</link>
      <description>1.  What i want to do is  &lt;BR /&gt;     dd,then compress the dd file&lt;BR /&gt;    so,i can not use nohup dd...;nohup compress ..&lt;BR /&gt;&lt;BR /&gt;2. $ nohup "(date; who)"&lt;BR /&gt;Sending output to nohup.out&lt;BR /&gt;nohup: (date; who): No such file or directory</description>
      <pubDate>Wed, 18 Jan 2006 00:52:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711623#M103494</guid>
      <dc:creator>hubin_1</dc:creator>
      <dc:date>2006-01-18T00:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711624#M103495</link>
      <description>no hup dd | nohup compress&lt;BR /&gt;will do it.&lt;BR /&gt;Test it on a small file though.</description>
      <pubDate>Wed, 18 Jan 2006 00:57:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711624#M103495</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-01-18T00:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711625#M103496</link>
      <description>nohup dd if=/dev/vgnjs03/rnzlist187 of=/jsbak1/zhjs2tape/zhjsdb200512/ZHJS_LIST_WJJS_200512.75 bs=1024000 | nohup compress /jsbak1/zhjs2tape/zhjsdb200512/ZHJS_LIST_WJJS_200512.75&lt;BR /&gt;&lt;BR /&gt;the file ZHJS_LIST_WJJS_200512.75  do not been compressed.   :(</description>
      <pubDate>Wed, 18 Jan 2006 03:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711625#M103496</guid>
      <dc:creator>hubin_1</dc:creator>
      <dc:date>2006-01-18T03:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to put two commands in  nohup</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711626#M103497</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;nohup dd|wait|nohup compress&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 18 Jan 2006 03:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-put-two-commands-in-nohup/m-p/3711626#M103497</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2006-01-18T03:41:40Z</dc:date>
    </item>
  </channel>
</rss>

