<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Scripting on Vivek&#39;s Blog</title>
    <link>https://www.codevivek.com/tags/scripting/</link>
    <description>Recent content in Scripting on Vivek&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>viveklp1995@gmail.com (Vivek Singh)</managingEditor>
    <webMaster>viveklp1995@gmail.com (Vivek Singh)</webMaster>
    <lastBuildDate>Sun, 02 Aug 2020 12:32:26 +0530</lastBuildDate>
    <atom:link href="https://www.codevivek.com/tags/scripting/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Disk Space Analysis in Linux</title>
      <link>https://www.codevivek.com/disk-space-analysis-in-linux/</link>
      <pubDate>Sun, 02 Aug 2020 13:57:40 +0800</pubDate><author>viveklp1995@gmail.com (Vivek Singh)</author>
      <guid>https://www.codevivek.com/disk-space-analysis-in-linux/</guid>
      <description>&lt;h2 id=&#34;1-overview&#34;&gt;1. Overview&lt;/h2&gt;&#xA;&lt;p&gt;One of the most common administrative tasks while using Linux is finding out the disk space usage in our system. The most common command-line utilities to find the free disk space usage are the df (Disk Free) and du (Disk Usage commands).&lt;/p&gt;&#xA;&lt;p&gt;In this tutorial, we will have a look at the common scenarios and usage of the du and df commands.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2-common-usage-scenarios&#34;&gt;2. Common Usage Scenarios&lt;/h2&gt;&#xA;&lt;p&gt;We will be using the df and du commands interchangeably based on the information we are seeking, to check the amount of space used and free on our filesystem and partitions the df command is used additionally to check for space usage on a directory level the command du is used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Converting Langfiles using Bash and Translate-Shell</title>
      <link>https://www.codevivek.com/automating-langfile-translation/</link>
      <pubDate>Sun, 01 Dec 2019 21:57:40 +0800</pubDate><author>viveklp1995@gmail.com (Vivek Singh)</author>
      <guid>https://www.codevivek.com/automating-langfile-translation/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;The most mundane task a developer can be asked to do is creating new lang files (adding support for Spanish,German ) in your app. Unless you are using a library for dynamic translation in your app or browser capabilities,the whole process to convert the base language file (say English) to other languages is just time-consuming also if the software you are working on is huge, say 5k lines of text on the base language file. Converting the file manually will take you days.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Intro to Regular Expressions</title>
      <link>https://www.codevivek.com/intro-to-regular-expressions/</link>
      <pubDate>Sun, 01 Dec 2019 21:57:40 +0800</pubDate><author>viveklp1995@gmail.com (Vivek Singh)</author>
      <guid>https://www.codevivek.com/intro-to-regular-expressions/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;Being a Linux user and not coming across Regular Expressions or regex is next to impossible. I kept seeing the cryptic little set of characters everywhere and the people who could use it looked like ninjas to me. They are everywhere text editor&#39;s, JavaScript, Python, JAVA , Bash&amp;hellip;&amp;hellip;and the list goes on.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://imgs.xkcd.com/comics/regular_expressions.png&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;XKCD Regex Comic&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;h2 id=&#34;what-exactly-is-a-regular-expression&#34;&gt;What Exactly is a Regular Expression?&lt;/h2&gt;&#xA;&lt;p&gt;A regular expression is a string containing a combination of normal characters and special meta-characters or meta-sequences. The normal characters match themselves. Meta-characters and meta-sequences are characters or sequences of characters that represent ideas such as quantity, locations,or types of characters.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
