<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[First bash script]]></title><description><![CDATA[<p dir="auto">bash script file හදාගන්න විදිය..</p>
<p dir="auto">ඔයාගේ Terminal එක open කරන්න.<br />
ඒකෙ මෙන්න මේ command ටික දෙන්න -</p>
<pre><code>cd Desktop  #මේ කියන්නෙ ඔයාගෙ Desktop directory  එකට යන්න කියල 
mkdir bash #මේ කියන්නෙ bash කියල folder එකක් හදන්න කියල 
cd bash #මේ කියන්නෙ ඔයාගෙ bash කියල හදපු folder එකට යන්න කියල 
touch ex1.sh #මේ කියන්නෙ ex කියන නමෙන් file එකක් හදන්න කියල ඒකෙ extension එකට මම දෙන්ව .sh කියල මොක්ද අපි හදන්නෙ bash file එකක් හින්ද
</code></pre>
<p dir="auto">දැන් ඔයාගෙ bash file එක හදල ඉවරයි. දැන් ඔයාට script එක ලියන්න පුලුවන්. දැන් ඔයා ඒ හදපු bash file එක sublime text හරි text editor එකක හරි open karaganna.</p>
<pre><code>#!/bin/bash 

echo "Hellp bash"
</code></pre>
<p dir="auto">දැන් ඔයාගෙ terminal එකට ආයිත් ගිහින් මෙන්න මේ command ටික දෙන්න</p>
<pre><code>chmod +x ex1.sh  #මේ කියන්නෙ මේ file එකට  executable permission දෙන්න කියල
./ex1.sh #දැන් ඔයාට මේ file එක run කරන්න පුලුවන්
</code></pre>
]]></description><link>https://lankadevelopers.lk/topic/372/first-bash-script</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 02:49:24 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/372.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Sep 2019 10:08:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to First bash script on Sat, 21 Sep 2019 12:29:48 GMT]]></title><description><![CDATA[<p dir="auto">@Binura-Yeshan-Samarawickrama</p>
<p dir="auto">widnows wala ta danna. godak aya dan use karanne windows 10</p>
]]></description><link>https://lankadevelopers.lk/post/2246</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2246</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Sat, 21 Sep 2019 12:29:48 GMT</pubDate></item><item><title><![CDATA[Reply to First bash script on Sat, 21 Sep 2019 02:56:19 GMT]]></title><description><![CDATA[<p dir="auto">@cody said in <a href="/post/2200">First bash script</a>:</p>
<blockquote>
<p dir="auto">@Binura-Yeshan-Samarawickrama patta thanks mchan</p>
</blockquote>
<p dir="auto">thanks bro</p>
]]></description><link>https://lankadevelopers.lk/post/2242</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2242</guid><dc:creator><![CDATA[binurayeshan]]></dc:creator><pubDate>Sat, 21 Sep 2019 02:56:19 GMT</pubDate></item><item><title><![CDATA[Reply to First bash script on Sat, 21 Sep 2019 02:36:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/27">@root</a>  මම දැන් දන්න තරමින් windows 10 වලට shell script එක දුන්න</p>
]]></description><link>https://lankadevelopers.lk/post/2240</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2240</guid><dc:creator><![CDATA[binurayeshan]]></dc:creator><pubDate>Sat, 21 Sep 2019 02:36:22 GMT</pubDate></item><item><title><![CDATA[Reply to First bash script on Sat, 21 Sep 2019 00:39:16 GMT]]></title><description><![CDATA[<p dir="auto">Elaaaaaaaaa</p>
]]></description><link>https://lankadevelopers.lk/post/2233</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2233</guid><dc:creator><![CDATA[Rosen Graphicz]]></dc:creator><pubDate>Sat, 21 Sep 2019 00:39:16 GMT</pubDate></item><item><title><![CDATA[Reply to First bash script on Thu, 19 Sep 2019 09:44:19 GMT]]></title><description><![CDATA[<p dir="auto">meka windows walth karana widiya danna bro. windows users la godak innawane</p>
]]></description><link>https://lankadevelopers.lk/post/2222</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2222</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Thu, 19 Sep 2019 09:44:19 GMT</pubDate></item><item><title><![CDATA[Reply to First bash script on Tue, 17 Sep 2019 17:09:07 GMT]]></title><description><![CDATA[<p dir="auto">@Binura-Yeshan-Samarawickrama patta thanks mchan</p>
]]></description><link>https://lankadevelopers.lk/post/2200</link><guid isPermaLink="true">https://lankadevelopers.lk/post/2200</guid><dc:creator><![CDATA[Nubelle]]></dc:creator><pubDate>Tue, 17 Sep 2019 17:09:07 GMT</pubDate></item></channel></rss>