<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Creating_and_running_batch_files_in_Linux</id>
		<title>Creating and running batch files in Linux - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Creating_and_running_batch_files_in_Linux"/>
		<link rel="alternate" type="text/html" href="https://logicwiki.co.uk/index.php?title=Creating_and_running_batch_files_in_Linux&amp;action=history"/>
		<updated>2026-04-22T08:58:17Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://logicwiki.co.uk/index.php?title=Creating_and_running_batch_files_in_Linux&amp;diff=2024&amp;oldid=prev</id>
		<title>AliIybar: Created page with &quot;Category:Linux  Create the file:  vi runme.sh Add code into file:  #!/bin/bash    echo &quot;Hello World!&quot; Make file executable:  chmod +x runme.sh Run the file from terminal:...&quot;</title>
		<link rel="alternate" type="text/html" href="https://logicwiki.co.uk/index.php?title=Creating_and_running_batch_files_in_Linux&amp;diff=2024&amp;oldid=prev"/>
				<updated>2020-08-20T09:56:54Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:Linux&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Linux (page does not exist)&quot;&gt;Category:Linux&lt;/a&gt;  Create the file:  vi runme.sh Add code into file:  #!/bin/bash    echo &amp;quot;Hello World!&amp;quot; Make file executable:  chmod +x runme.sh Run the file from terminal:...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]]&lt;br /&gt;
&lt;br /&gt;
Create the file:&lt;br /&gt;
 vi runme.sh&lt;br /&gt;
Add code into file:&lt;br /&gt;
 #!/bin/bash  &lt;br /&gt;
 echo &amp;quot;Hello World!&amp;quot;&lt;br /&gt;
Make file executable:&lt;br /&gt;
 chmod +x runme.sh&lt;br /&gt;
Run the file from terminal:&lt;br /&gt;
 ./runme.sh&lt;/div&gt;</summary>
		<author><name>AliIybar</name></author>	</entry>

	</feed>