<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Bash Shell Scripting For Beginners - Case Statement</title>
        <link>https://stream.echo6.co/videos/watch/16dde8b0-a9bc-4e8c-96d4-db6d5f75fed9</link>
        <description>In this video I discuss the Case statement, case is similar to if else, but it only needs to be written once in order to do multiple comparisons.  Source Code is below #!/bin/bash echo -n "Enter the name of a country: " read COUNTRY echo -n "The official language of $COUNTRY is " case $COUNTRY in *) echo -n "unknown" ;; Romania | Moldova) echo -n "Russian" ;; England | United_States | Canada) echo -n "English" ;; Lithuania) echo -n "Lithuanian" ;; Romania | Moldova) echo -n "Romanian" ;; Italy | "San Marino" | Switzerland | "Vatican City") echo -n "Italian" ;; Mexico | Cuba | Venezuela | Spain) echo -n "Spanish" ;; Egypt | Yemen | Chad | Algeria | Morocco) echo -n "Arabic" ;; Egypt | Yemen | Chad | Algeria | Morocco) echo -n "Russian" ;; *) echo -n "unknown" ;; esac Subscribe to my YouTube channel http://goo.gl/9U10Wz and be sure to click that notification bell so you know when new videos are released. ₿💰💵💲Help Support the Channel by Donating Crypto💲💵💰₿ Dash Xh9PXPEy5RoLJgFDGYCDjrbXdjshMaYerz Zcash t1aWtU5SBpxuUWBSwDKy4gTkT2T1ZwtFvrr Chainlink 0x0f7f21D267d2C9dbae17fd8c20012eFEA3678F14 Bitcoin Cash qz2st00dtu9e79zrq5wshsgaxsjw299n7c69th8ryp Etherum Classic 0xeA641e59913960f578ad39A6B4d02051A5556BfC USD Coin 0x0B045f743A693b225630862a3464B52fefE79FdB Bitcoin bc1qyj5p6hzqkautq4d3zgzwfllm7xv9wjeqkv857z Ethereum 0x35B505EB5b717D11c28D163fb1412C3344c7684d Litecoin LQviuYVbvJs1jCSiEDwWAarycA4xsqJo7D DOGE D7MPGcUT4sXkGroGbs4QVQGyXqXd6QfmXF</description>
        <lastBuildDate>Mon, 13 Apr 2026 17:43:31 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>Bash Shell Scripting For Beginners - Case Statement</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/16dde8b0-a9bc-4e8c-96d4-db6d5f75fed9</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=16dde8b0-a9bc-4e8c-96d4-db6d5f75fed9" rel="self" type="application/rss+xml"/>
    </channel>
</rss>