<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shreyas Acharya</title>
    <description>The latest articles on DEV Community by Shreyas Acharya (@shreyas_acharya_80453e5d7).</description>
    <link>https://dev.to/shreyas_acharya_80453e5d7</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3447651%2F3edd8ff6-c52f-4849-b875-25827e0509ec.png</url>
      <title>DEV Community: Shreyas Acharya</title>
      <link>https://dev.to/shreyas_acharya_80453e5d7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shreyas_acharya_80453e5d7"/>
    <language>en</language>
    <item>
      <title>Beginner level bash 🔥 !!</title>
      <dc:creator>Shreyas Acharya</dc:creator>
      <pubDate>Sat, 23 Aug 2025 20:34:14 +0000</pubDate>
      <link>https://dev.to/shreyas_acharya_80453e5d7/beginner-level-bash--4h62</link>
      <guid>https://dev.to/shreyas_acharya_80453e5d7/beginner-level-bash--4h62</guid>
      <description>&lt;p&gt;&lt;strong&gt;Over the past few days, I’ve been learning Bash – and it’s been eye-opening to see how powerful the command line really is!!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I started with the basics like working with files and directories, viewing/editing files, and managing system processes. From there, I explored searching, networking commands, permissions, and even dove into special features like case statements, conditionals, functions, and variables.&lt;/p&gt;

&lt;p&gt;What stood out to me is how Bash isn’t just about running commands – it’s about automating tasks, saving time, and having more control over the system.&lt;/p&gt;

&lt;p&gt;It’s been a great step in building a stronger foundation in Linux and scripting, and I’m excited to keep practicing!&lt;/p&gt;

&lt;p&gt;Here is my &lt;strong&gt;github repo&lt;/strong&gt; for detailed explanation!!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Link&lt;/strong&gt; - &lt;a href="https://github.com/Shreyas24150/beginner-bash" rel="noopener noreferrer"&gt;https://github.com/Shreyas24150/beginner-bash&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;| Command                      | Usage                        | Example                        |
| ---------------------------- | ---------------------------- | ------------------------------ |
| **ls**                       | List files &amp;amp; directories     | `ls -l`                        |
| **cd**                       | Change directory             | `cd /home/user`                |
| **pwd**                      | Show current directory       | `pwd`                          |
| **cp**                       | Copy files/folders           | `cp file.txt backup.txt`       |
| **mv**                       | Move/rename files            | `mv old.txt new.txt`           |
| **rm**                       | Remove files/folders         | `rm file.txt` / `rm -r folder` |
| **cat / less / head / tail** | View file contents           | `tail -f log.txt`              |
| **grep**                     | Search text in files         | `grep "error" logfile.txt`     |
| **chmod / chown**            | Change permissions/ownership | `chmod 755 script.sh`          |
| **top / ps / kill**          | Monitor &amp;amp; manage processes   | `top` / `kill -9 &amp;lt;PID&amp;gt;`        |

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>bash</category>
      <category>linux</category>
      <category>scripting</category>
      <category>command</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Shreyas Acharya</dc:creator>
      <pubDate>Sat, 23 Aug 2025 20:26:18 +0000</pubDate>
      <link>https://dev.to/shreyas_acharya_80453e5d7/-5g62</link>
      <guid>https://dev.to/shreyas_acharya_80453e5d7/-5g62</guid>
      <description></description>
    </item>
  </channel>
</rss>
