<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://josemaria.bargallomoya.com/dokuwiki/feed.php">
        <title>Bargawiki - scripting</title>
        <description></description>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <image rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-05T13:12:27+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:bash&amp;rev=1739347178&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:powershell&amp;rev=1739440135&amp;do=diff"/>
                <rdf:li rdf:resource="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:python&amp;rev=1739439920&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Bargawiki</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/</link>
        <url>https://josemaria.bargallomoya.com/dokuwiki/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:bash&amp;rev=1739347178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-12T07:59:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>bash</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:bash&amp;rev=1739347178&amp;do=diff</link>
        <description>Summary of Main Bash Scripting Concepts and Commands

Bash (Bourne Again Shell) is a powerful command-line interpreter commonly used in Linux and Unix environments. Below is a summary of essential Bash commands and scripting concepts.

Basic Commands</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:powershell&amp;rev=1739440135&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-13T09:48:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>powershell</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:powershell&amp;rev=1739440135&amp;do=diff</link>
        <description>PowerShell Cheatsheet

Basic Syntax

	*  Variables: No need for explicit declaration.

    ```powershell
  $x = 5
  $name = &quot;John&quot;
  ```
	*  Comments:

    ```powershell
  # This is a single-line comment  &lt;#
  This is a
  multi-line comment
  #&gt;
  ```</description>
    </item>
    <item rdf:about="https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:python&amp;rev=1739439920&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-13T09:45:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>python</title>
        <link>https://josemaria.bargallomoya.com/dokuwiki/doku.php?id=scripting:python&amp;rev=1739439920&amp;do=diff</link>
        <description>Python Cheatsheet

Basic Syntax

	*  Variables: Variables do not need explicit declaration.

    ```python
  x = 5
  name = &quot;John&quot;
  ```
	*  Comments:

    ```python
  # This is a single-line comment  &quot;&quot;&quot;
  This is a
  multi-line comment
  &quot;&quot;&quot;
  ```
Data Types</description>
    </item>
</rdf:RDF>
