<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[BOL: Run multiple bash command in screen !]]></title>
	<link>https://bioinformaticsonline.com/snippets/view/43381/run-multiple-bash-command-in-screen?</link>
	<atom:link href="https://bioinformaticsonline.com/snippets/view/43381/run-multiple-bash-command-in-screen?" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://bioinformaticsonline.com/snippets/view/43381/run-multiple-bash-command-in-screen</guid>
	<pubDate>Thu, 16 Sep 2021 15:04:21 -0500</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43381/run-multiple-bash-command-in-screen</link>
	<title><![CDATA[Run multiple bash command in screen !]]></title>
	<description><![CDATA[<code>#login to screen 
screen -r 123

#bash.sh
srun --partition=compute --nodes=1 --ntasks-per-node=40 --pty bash.sh

#Run and check the status in screen
contol +A +D</code>]]></description>
	<dc:creator>LEGE</dc:creator>
</item>
<item>
	<guid isPermaLink='true'>https://bioinformaticsonline.com/snippets/view/43381/run-multiple-bash-command-in-screen#item-annotation-4023</guid>
	<pubDate>Wed, 19 Jan 2022 06:17:13 -0600</pubDate>
	<link>https://bioinformaticsonline.com/snippets/view/43381/run-multiple-bash-command-in-screen#item-annotation-4023</link>
	<title><![CDATA[Comment by Rahul Nayak]]></title>
	<description><![CDATA[<p><span>srun --partition=</span><span>compute</span><span>&nbsp;--nodes=1 --ntasks-per-node=40 --pty bash</span></p>]]></description>
	<dc:creator>Rahul Nayak</dc:creator>
</item>

</channel>
</rss>