<?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: kumush17</title>
    <description>The latest articles on DEV Community by kumush17 (@kumush17).</description>
    <link>https://dev.to/kumush17</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%2F850046%2Fd9ebc287-95d2-4698-a93d-e6080b7d00a5.png</url>
      <title>DEV Community: kumush17</title>
      <link>https://dev.to/kumush17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kumush17"/>
    <language>en</language>
    <item>
      <title>Terminal Part 1</title>
      <dc:creator>kumush17</dc:creator>
      <pubDate>Tue, 19 Apr 2022 12:22:35 +0000</pubDate>
      <link>https://dev.to/kumush17/terminal-part-1-ga6</link>
      <guid>https://dev.to/kumush17/terminal-part-1-ga6</guid>
      <description>&lt;h2&gt;
  
  
  &lt;code&gt;pwd&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;joriy papka manzilini chop etadi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;pwd&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;code&gt;clear&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;terminaldagi hamma tekstni tozalab yuboradi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;clear
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;code&gt;ls&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;shu papka ichidagi hamma narsani list qilib chiqarib beradi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;ls&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;code&gt;ls (-a)&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;yashirin faylni ochadi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;ls&lt;/span&gt; &lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="nt"&gt;-a&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;code&gt;mkdir&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;berilgan manzilda papka yaratadi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;mkdir&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;code&gt;cd - current directory&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;joriy papkani o'zgartiradi, ya'ni sizni boshqa manzilga olib boradi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;cd&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  &lt;code&gt;cat&lt;/code&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;berilgan tekst fayl ichidagi kontentini terminalga chop etadi
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;cat&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
