From d159eb94b23f39dc97a93a5d9c1b6a4ddc697a27 Mon Sep 17 00:00:00 2001 From: IkeKofi Date: Sun, 19 Mar 2023 21:28:33 +0000 Subject: [PATCH 01/38] adds my bash assignment solution --- Kofi.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Kofi.sh diff --git a/Kofi.sh b/Kofi.sh new file mode 100644 index 0000000..1d3482c --- /dev/null +++ b/Kofi.sh @@ -0,0 +1,14 @@ +# !/bin/bash +# Author: Kofi + +touch AB.sh AC.mp3 BC.mp3 ACD.flac ABC.jpg ZAK.avi ZAS.mov KOI.avi WALE.mp3 STONE.mp3 +DEV.log NANA.avi VAN.log BOO.log COO.log DOO.log YOO.mp3 YELL.flac KON.tf MAD.sh + +mkdir music images videos + +mv *.mp3 *.flac music +mv *.jpg *.png images +mv *.avi *.mov videos +rm *.log +tree +e From 789c36b81852e881e02c49c5220cfeb5418fd320 Mon Sep 17 00:00:00 2001 From: Sampson Kotey Djanie Date: Mon, 20 Mar 2023 14:25:24 +0000 Subject: [PATCH 02/38] adds my assignment solution --- sampson.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sampson.sh diff --git a/sampson.sh b/sampson.sh new file mode 100644 index 0000000..35e221b --- /dev/null +++ b/sampson.sh @@ -0,0 +1,18 @@ +# !/bin/bash +#Author: Sampson + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov +david.flac dev.log dino.log edochie.jpg efe.log games.avi +hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py sh + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree From e13723c66f5a0134733764998701862cf2efeeee Mon Sep 17 00:00:00 2001 From: Qwesifinn Date: Mon, 20 Mar 2023 17:31:50 +0000 Subject: [PATCH 03/38] add my bash assignment solution --- francis2.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 francis2.sh diff --git a/francis2.sh b/francis2.sh new file mode 100644 index 0000000..0431dab --- /dev/null +++ b/francis2.sh @@ -0,0 +1,20 @@ +#!/bin/bash +#Author : Francis + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree + From 77129406e2e056ff6c4a50078003a14eb8fc64dd Mon Sep 17 00:00:00 2001 From: ericsewoe Date: Wed, 22 Mar 2023 07:22:56 +0000 Subject: [PATCH 04/38] adds my bash assignment solution --- ericgomado.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ericgomado.sh diff --git a/ericgomado.sh b/ericgomado.sh new file mode 100644 index 0000000..c2e95be --- /dev/null +++ b/ericgomado.sh @@ -0,0 +1,19 @@ +#!/bin/bash +#Author: EricGomado + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree From 8ae7e550bb55ecce3d1e756800f09605b747f030 Mon Sep 17 00:00:00 2001 From: NNMuuzoleeh Date: Wed, 22 Mar 2023 20:22:33 +0000 Subject: [PATCH 05/38] commiting a branch file --- nic.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nic.sh diff --git a/nic.sh b/nic.sh new file mode 100644 index 0000000..3d4eb11 --- /dev/null +++ b/nic.sh @@ -0,0 +1,8 @@ +#!/bin/bash +touch +mkdir music images videos + mv *.mp3 *.flac music + mv *.jpg *.png images + mv *.avi *.mov vidos + rm *.log + tree From 6ee6a0c1b95e37fc35e6d2c74ebe6f518d9b9679 Mon Sep 17 00:00:00 2001 From: owoahene Date: Thu, 23 Mar 2023 13:29:49 +0000 Subject: [PATCH 06/38] adds my bash assignment --- stanley.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 stanley.sh diff --git a/stanley.sh b/stanley.sh new file mode 100644 index 0000000..94f7fe5 --- /dev/null +++ b/stanley.sh @@ -0,0 +1,27 @@ +#!/bin/bash +#Author:Stanley + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +#Create directories for music, images, and videos + +mkdir -p music +mkdir -p images +mkdir -p videos + +#Move music files to the music directory +mv *.mp3 music/ +mv *.flac music/ + +#Move image files to the images directory +mv *.jpg images/ +mv *.png images/ + +#Move video files to the videos directory +mv *.avi videos/ +mv *.mov videos/ + +#Remove all log files +rm *.log + +tree From 969c74a8900fbb6330047925961f3249f599610c Mon Sep 17 00:00:00 2001 From: FelAlphacodeX Date: Thu, 23 Mar 2023 14:58:21 -0400 Subject: [PATCH 07/38] adds my bash assignment --- Felix.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Felix.sh diff --git a/Felix.sh b/Felix.sh new file mode 100644 index 0000000..95ae1c3 --- /dev/null +++ b/Felix.sh @@ -0,0 +1,19 @@ +#!/bin/bash +#Author: Felix + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree From b13617cb088704d62767511d9961be35ce04c40b Mon Sep 17 00:00:00 2001 From: prince Date: Thu, 23 Mar 2023 19:00:02 +0000 Subject: [PATCH 08/38] adds my bash assignment --- kelvin.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 kelvin.sh diff --git a/kelvin.sh b/kelvin.sh new file mode 100644 index 0000000..84301fd --- /dev/null +++ b/kelvin.sh @@ -0,0 +1,19 @@ +#!/bin/bash +#Author; Mr float + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov vidoes + +rm -rf *.log + +tree From 51db595bf3851b2b8a7345dfb6ff324b1933fc30 Mon Sep 17 00:00:00 2001 From: Felix Agyemang Date: Thu, 23 Mar 2023 15:08:24 -0400 Subject: [PATCH 09/38] adds my bash assignment --- Felix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Felix.sh b/Felix.sh index 95ae1c3..99b8e6d 100644 --- a/Felix.sh +++ b/Felix.sh @@ -1,5 +1,5 @@ #!/bin/bash -#Author: Felix +#Author: Felix Agyemang touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg From b9dc8ef5c81a1c348618a2a08e0ab2403da53ac5 Mon Sep 17 00:00:00 2001 From: "adjintettey1@gmail.com" Date: Thu, 23 Mar 2023 22:18:28 +0000 Subject: [PATCH 10/38] add my bash assignment solution --- adjin.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 adjin.sh diff --git a/adjin.sh b/adjin.sh new file mode 100644 index 0000000..17f68c3 --- /dev/null +++ b/adjin.sh @@ -0,0 +1,20 @@ +# !/bin/bash +# Author: Johnson + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree + From 6a466033919a62f688fc2af628cae88c9886005b Mon Sep 17 00:00:00 2001 From: prince Date: Thu, 23 Mar 2023 23:27:28 +0000 Subject: [PATCH 11/38] adds my bash assgnment --- diana.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 diana.sh diff --git a/diana.sh b/diana.sh new file mode 100644 index 0000000..cb83691 --- /dev/null +++ b/diana.sh @@ -0,0 +1,19 @@ +#! /bin/bash +#Author; Mr float + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov vidoes + +rm -rf *.log + +tree From d6207bcbce2f89d3a973d5745994c7e5b86c6183 Mon Sep 17 00:00:00 2001 From: adieddygit <128338685+adieddygit@users.noreply.github.com> Date: Fri, 24 Mar 2023 12:06:17 +0000 Subject: [PATCH 12/38] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3168a82 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# bash-shell-scripting From 97556151de0da653297128fd1881c1f2b26fb572 Mon Sep 17 00:00:00 2001 From: Babanbaba Date: Sat, 25 Mar 2023 18:24:56 +0000 Subject: [PATCH 13/38] adds my bash assignment solution --- Babsproject | 1 + shaibu.sh | 21 +++++++++++++++++++++ terraform-aws-ec2-instance | 1 + 3 files changed, 23 insertions(+) create mode 160000 Babsproject create mode 100644 shaibu.sh create mode 160000 terraform-aws-ec2-instance diff --git a/Babsproject b/Babsproject new file mode 160000 index 0000000..baf0059 --- /dev/null +++ b/Babsproject @@ -0,0 +1 @@ +Subproject commit baf00599be6be3da99992634db6289f99071d45a diff --git a/shaibu.sh b/shaibu.sh new file mode 100644 index 0000000..54a9234 --- /dev/null +++ b/shaibu.sh @@ -0,0 +1,21 @@ +# !/bin/bash +# Author: Babanbaba + +touch b2.sh bashass.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jp +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pd +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv ^.avi *.mov videos + +rm *.log + +tree + + diff --git a/terraform-aws-ec2-instance b/terraform-aws-ec2-instance new file mode 160000 index 0000000..baf0059 --- /dev/null +++ b/terraform-aws-ec2-instance @@ -0,0 +1 @@ +Subproject commit baf00599be6be3da99992634db6289f99071d45a From 2dbaa1b4a325785503f5e5e0ba38c91dfc421504 Mon Sep 17 00:00:00 2001 From: enorcious Date: Sat, 25 Mar 2023 18:30:30 +0000 Subject: [PATCH 14/38] adds my bash assignment --- boateng.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 boateng.sh diff --git a/boateng.sh b/boateng.sh new file mode 100644 index 0000000..08990b0 --- /dev/null +++ b/boateng.sh @@ -0,0 +1,20 @@ +# !/bin/bash +#Author: Enock Boateng + +This script will organize files into categories +and delete files which are not needed +lets say the the directory which contains the file is Downloads +kwesi +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos +mv *.mp3 *.flac music +mv *.jpg *.png images +mv *.avi *.mov videos +rm -r *.log + +tree + From 60f18da4f6ec717b2c7b581ff85ddc79e24abf54 Mon Sep 17 00:00:00 2001 From: proflato1 Date: Sat, 25 Mar 2023 20:29:34 +0000 Subject: [PATCH 15/38] new comit --- aware.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 aware.txt diff --git a/aware.txt b/aware.txt new file mode 100644 index 0000000..f04c3cf --- /dev/null +++ b/aware.txt @@ -0,0 +1 @@ +today looks gooe From 7c16b3e77b3650ad068f33bb11f9f91ea28090c2 Mon Sep 17 00:00:00 2001 From: Ametsi Date: Tue, 28 Mar 2023 10:33:18 +0000 Subject: [PATCH 16/38] adds my bash assignment solution --- ametsi.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ametsi.sh diff --git a/ametsi.sh b/ametsi.sh new file mode 100644 index 0000000..de71bb7 --- /dev/null +++ b/ametsi.sh @@ -0,0 +1,18 @@ +#!/bin/bash +#Author: Ametsi +#Date: 28/03/2023/ +#Modify: 28/03/2023 + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music videos images + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree From d41783c450abb0a527ab2bc32a750b49bcc7ff2b Mon Sep 17 00:00:00 2001 From: IkeKofi Date: Tue, 28 Mar 2023 17:20:20 +0100 Subject: [PATCH 17/38] commits bash shell scripting assignment --- BashAssignment.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 BashAssignment.sh diff --git a/BashAssignment.sh b/BashAssignment.sh new file mode 100644 index 0000000..aef8991 --- /dev/null +++ b/BashAssignment.sh @@ -0,0 +1,13 @@ +# !/bin/bash +# Author: Kofi + +touch AB.sh AC.mp3 BC.mp3 ACD.flac ABC.jpg ZAK.avi ZAS.mov KOI.avi WALE.mp3 STONE.mp3 +DEV.log NANA.avi VAN.log BOO.log COO.log DOO.log YOO.mp3 YELL.flac KON.tf MAD.sh + +mkdir music images videos + +mv *.mp3 *.flac music +mv *.jpg *.png images +mv *.avi *.mov videos +rm *.log +tree From 59c2950eae2daa3c65759b9a7b7062d49de6cdbe Mon Sep 17 00:00:00 2001 From: litocs25 Date: Wed, 29 Mar 2023 02:16:51 +0000 Subject: [PATCH 18/38] adds my bash assignment --- isaacAAA.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 isaacAAA.sh diff --git a/isaacAAA.sh b/isaacAAA.sh new file mode 100644 index 0000000..aa202d9 --- /dev/null +++ b/isaacAAA.sh @@ -0,0 +1,19 @@ +#!/bin/bash +#Author: Isaac K + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree From fbf5a29474aaacb21644d703f6b0961259f6b57b Mon Sep 17 00:00:00 2001 From: Ametsi Date: Wed, 29 Mar 2023 09:46:26 +0000 Subject: [PATCH 19/38] class example --- giga1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 giga1.txt diff --git a/giga1.txt b/giga1.txt new file mode 100644 index 0000000..6baec42 --- /dev/null +++ b/giga1.txt @@ -0,0 +1 @@ +Today looks good From 199871283ed434ac81d6221c22ceda3818133bc0 Mon Sep 17 00:00:00 2001 From: Adu-Brobey Date: Sat, 1 Apr 2023 16:05:24 +0000 Subject: [PATCH 20/38] File --- Amma.sh | 18 ++++++++++++++++++ a.sh | 2 ++ b.sh | 3 +++ 3 files changed, 23 insertions(+) create mode 100644 Amma.sh create mode 100644 a.sh create mode 100644 b.sh diff --git a/Amma.sh b/Amma.sh new file mode 100644 index 0000000..df8982b --- /dev/null +++ b/Amma.sh @@ -0,0 +1,18 @@ +#!/bin/bash +#Author: Nana Amma +#Date: 28/03/2023/ +#Modify: 28/03/2023 + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music videos images + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree diff --git a/a.sh b/a.sh new file mode 100644 index 0000000..2595afc --- /dev/null +++ b/a.sh @@ -0,0 +1,2 @@ +#!/bin/bash +Hi diff --git a/b.sh b/b.sh new file mode 100644 index 0000000..f29b063 --- /dev/null +++ b/b.sh @@ -0,0 +1,3 @@ + +#!/bin/bash + From 4439bc438c0167e93307b8c3c5bf8487d3c9d456 Mon Sep 17 00:00:00 2001 From: adieddygit <128338685+adieddygit@users.noreply.github.com> Date: Sat, 1 Apr 2023 23:15:01 +0000 Subject: [PATCH 21/38] Add files via upload --- emmanuadi.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 emmanuadi.sh diff --git a/emmanuadi.sh b/emmanuadi.sh new file mode 100644 index 0000000..e948dee --- /dev/null +++ b/emmanuadi.sh @@ -0,0 +1,20 @@ +#!/bin/bash +#Author: Emmanuel + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dane.mov david.flac gev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree + From 7e55c623e614108094a74a75637c577ffbfeaed4 Mon Sep 17 00:00:00 2001 From: akpeko Date: Thu, 6 Apr 2023 20:43:35 +0000 Subject: [PATCH 22/38] add a new Git File --- git1.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 git1.txt diff --git a/git1.txt b/git1.txt new file mode 100644 index 0000000..afdea00 --- /dev/null +++ b/git1.txt @@ -0,0 +1,3 @@ +Welcome to Jomacs IT Solutions INC. +Located in Calgary, AB, Canada +With remote offices in Netherlands, Ghana, Nigeria, Morocco and Italy. From 0861ef48c4ba495b1d69b6149dc7b30e7fdfa8ee Mon Sep 17 00:00:00 2001 From: akpeko Date: Thu, 6 Apr 2023 21:22:09 +0000 Subject: [PATCH 23/38] define what Jomacs does --- git1.txt | 6 +++++- git2.txt | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 git2.txt diff --git a/git1.txt b/git1.txt index afdea00..a88ab11 100644 --- a/git1.txt +++ b/git1.txt @@ -1,3 +1,7 @@ Welcome to Jomacs IT Solutions INC. Located in Calgary, AB, Canada -With remote offices in Netherlands, Ghana, Nigeria, Morocco and Italy. +Jomacs privides services in +Web Developement +Software Engineering +DevOps +Data Scienced69615c186ec81df8981fe69a12cc8afd0c668bc diff --git a/git2.txt b/git2.txt new file mode 100644 index 0000000..3cf4a13 --- /dev/null +++ b/git2.txt @@ -0,0 +1,4 @@ +The following are the working areas in a Local repo +I. Working Area +II. Staging Area +III. Commit Area From 5016b6eba46a9af8a18c0ba2ecc13cc5adb0da8d Mon Sep 17 00:00:00 2001 From: akpeko Date: Thu, 6 Apr 2023 21:40:15 +0000 Subject: [PATCH 24/38] define what Jomacs does --- git1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git1.txt b/git1.txt index a88ab11..d3dd039 100644 --- a/git1.txt +++ b/git1.txt @@ -1,7 +1,7 @@ Welcome to Jomacs IT Solutions INC. Located in Calgary, AB, Canada -Jomacs privides services in +Jomacs provides services in Web Developement Software Engineering DevOps -Data Scienced69615c186ec81df8981fe69a12cc8afd0c668bc +Data Science From 0c5a35168765d5511b17334ae16da6f926d30171 Mon Sep 17 00:00:00 2001 From: akpeko Date: Fri, 7 Apr 2023 22:39:50 +0000 Subject: [PATCH 25/38] Add Akpeko_assignment4.sh --- Akpeko_assignment4.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Akpeko_assignment4.sh diff --git a/Akpeko_assignment4.sh b/Akpeko_assignment4.sh new file mode 100644 index 0000000..20b16e0 --- /dev/null +++ b/Akpeko_assignment4.sh @@ -0,0 +1,23 @@ +#!/bin/bash +#Author- Akpeko Dennis + +# Create directories if they don't already exist +mkdir -p music images videos + +# Move music files +mv *.mp3 music/ +mv *.flac music/ + +# Move image files +mv *.jpg images/ +mv *.png images/ + +# Move video files +mv *.avi videos/ +mv *.mov videos/ + +# Remove log files +rm *.log + +#Confirm the file structure +tree \ No newline at end of file From 19c1a576958ee52e991b79de3d55bb0f42c5fdd7 Mon Sep 17 00:00:00 2001 From: adieddygit Date: Fri, 14 Apr 2023 02:19:25 +0000 Subject: [PATCH 26/38] this is git example --- certified-kubernetes-administrator-course | 1 + forever.txt | 1 + kubernetes-the-hard-way | 1 + nodejs-application | 1 + 4 files changed, 4 insertions(+) create mode 160000 certified-kubernetes-administrator-course create mode 100644 forever.txt create mode 160000 kubernetes-the-hard-way create mode 160000 nodejs-application diff --git a/certified-kubernetes-administrator-course b/certified-kubernetes-administrator-course new file mode 160000 index 0000000..2c699be --- /dev/null +++ b/certified-kubernetes-administrator-course @@ -0,0 +1 @@ +Subproject commit 2c699be1b0253c19dda95c8e89b019de6030cbb3 diff --git a/forever.txt b/forever.txt new file mode 100644 index 0000000..9c7f533 --- /dev/null +++ b/forever.txt @@ -0,0 +1 @@ +my name is emmanuel diff --git a/kubernetes-the-hard-way b/kubernetes-the-hard-way new file mode 160000 index 0000000..0e87420 --- /dev/null +++ b/kubernetes-the-hard-way @@ -0,0 +1 @@ +Subproject commit 0e87420d2cd607a490d1b6f20684266a64b9cedf diff --git a/nodejs-application b/nodejs-application new file mode 160000 index 0000000..afe4a19 --- /dev/null +++ b/nodejs-application @@ -0,0 +1 @@ +Subproject commit afe4a19a9ee80f4c52f3b7ff2db4ba770e933dbf From 2d9b28e4e69b03a4efd01d5bf7e1112cb3003ec5 Mon Sep 17 00:00:00 2001 From: adieddygit Date: Sat, 15 Apr 2023 14:27:42 +0000 Subject: [PATCH 27/38] class example --- jayk.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 jayk.txt diff --git a/jayk.txt b/jayk.txt new file mode 100644 index 0000000..428e7b1 --- /dev/null +++ b/jayk.txt @@ -0,0 +1 @@ +today looks good From 9adf84ed7d635c381d71536a9cbf8ca8b0814c7d Mon Sep 17 00:00:00 2001 From: Tessyb1 Date: Fri, 21 Apr 2023 13:27:21 +0000 Subject: [PATCH 28/38] add new file --- Thessy.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Thessy.sh diff --git a/Thessy.sh b/Thessy.sh new file mode 100644 index 0000000..02a9096 --- /dev/null +++ b/Thessy.sh @@ -0,0 +1,20 @@ +#!/bin/bash +#Author: Theresa Osei + +#making the needed directories namely music, images, videos + +mkdir music images videos + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +touch dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +touch nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +touch van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + From 105b0845abf6684e2332d930e90f5d44de16deb7 Mon Sep 17 00:00:00 2001 From: SefakorJomacs Date: Fri, 21 Apr 2023 13:43:37 +0000 Subject: [PATCH 29/38] adding a new file --- sef.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sef.sh diff --git a/sef.sh b/sef.sh new file mode 100644 index 0000000..d1fe847 --- /dev/null +++ b/sef.sh @@ -0,0 +1,19 @@ +#!/bin/bash +#Author: Sef + +#making the needed directories namely music, images, videos + +mkdir music images videos + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log +touch dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +touch nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +touch van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log From 7decc4cb25b2537ce5b4f81108fff64ce6e89e79 Mon Sep 17 00:00:00 2001 From: adieddygit Date: Thu, 20 Jul 2023 13:22:13 +0000 Subject: [PATCH 30/38] adding a new file --- dad.sh | 19 +++++++++++++++++++ terraform-aws-ec2-instance | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 dad.sh delete mode 160000 terraform-aws-ec2-instance diff --git a/dad.sh b/dad.sh new file mode 100644 index 0000000..056aabb --- /dev/null +++ b/dad.sh @@ -0,0 +1,19 @@ +#!/bin/bash +#Author: Emmanuel + +touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dane.mov david.flac gev.log +dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg +nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf +van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi + +mkdir music images videos + +mv *.mp3 *.flac music + +mv *.jpg *.png images + +mv *.avi *.mov videos + +rm *.log + +tree diff --git a/terraform-aws-ec2-instance b/terraform-aws-ec2-instance deleted file mode 160000 index baf0059..0000000 --- a/terraform-aws-ec2-instance +++ /dev/null @@ -1 +0,0 @@ -Subproject commit baf00599be6be3da99992634db6289f99071d45a From 6b2bdaa907ce66a7b06ea98af730e8cc9072e1b5 Mon Sep 17 00:00:00 2001 From: adieddygit Date: Thu, 20 Jul 2023 15:30:52 +0000 Subject: [PATCH 31/38] delete some merges --- Akpeko_assignment4.sh | 23 ----- Amma.sh | 18 ---- Babsproject | 1 - Blossom.sh | 19 ---- Felix.sh | 19 ---- IsaacDankwa.sh | 14 --- Issabella.sh | 19 ---- Pius.sh | 18 ---- README.md | 1 - Richmond2.sh | 19 ---- a.sh | 2 - achaawa | 12 --- adjin.sh | 20 ----- ametsi.sh | 18 ---- austino.sh | 19 ---- aware.txt | 1 - b.sh | 3 - barah | 19 ---- dad.sh | 19 ---- davd.sh | 19 ---- diana.sh | 19 ---- dsa | 29 ------ edwin.sh | 19 ---- elma.sh | 19 ---- ericgomado.sh | 19 ---- file1.txt | 1 - francis.sh | 19 ---- francis2.sh | 20 ----- gideon.sh | 23 ----- giga1.txt | 1 - git1.txt | 7 -- git2.txt | 4 - goldheart.sh | 13 --- index.md | 169 ----------------------------------- isaacAAA.sh | 19 ---- jerry.txt | 19 ---- johnson.sh | 19 ---- kwame.sh | 21 ----- leslie.sh | 19 ---- marious.sh | 32 ------- mikeass.sh | 18 ---- nanasam.sh | 19 ---- okoruwa.sh | 19 ---- organise.sh | 19 ---- owusu.sh | 19 ---- p.solomon.sh | 41 --------- pdushie.sh | 19 ---- practice.sh | 9 -- proflato.sh | 19 ---- raymond.sh | 19 ---- revert.txt | 1 - rhcsa-ex200-certification.md | 9 -- sampson.sh | 18 ---- selorm.sh | 37 -------- sena.sh | 19 ---- senanu.sh | 19 ---- shaibu.sh | 21 ----- stanley.sh | 27 ------ twumasi.sh | 32 ------- well.sh | 19 ---- wellz.sh | 17 ---- yaw.sh | 19 ---- yayra.sh | 28 ------ zato.sh | 22 ----- 64 files changed, 1263 deletions(-) delete mode 100644 Akpeko_assignment4.sh delete mode 100644 Amma.sh delete mode 160000 Babsproject delete mode 100644 Blossom.sh delete mode 100644 Felix.sh delete mode 100644 IsaacDankwa.sh delete mode 100644 Issabella.sh delete mode 100644 Pius.sh delete mode 100644 README.md delete mode 100644 Richmond2.sh delete mode 100644 a.sh delete mode 100644 achaawa delete mode 100644 adjin.sh delete mode 100644 ametsi.sh delete mode 100644 austino.sh delete mode 100644 aware.txt delete mode 100644 b.sh delete mode 100644 barah delete mode 100644 dad.sh delete mode 100644 davd.sh delete mode 100644 diana.sh delete mode 100644 dsa delete mode 100644 edwin.sh delete mode 100644 elma.sh delete mode 100644 ericgomado.sh delete mode 100644 file1.txt delete mode 100644 francis.sh delete mode 100644 francis2.sh delete mode 100644 gideon.sh delete mode 100644 giga1.txt delete mode 100644 git1.txt delete mode 100644 git2.txt delete mode 100644 goldheart.sh delete mode 100644 index.md delete mode 100644 isaacAAA.sh delete mode 100644 jerry.txt delete mode 100644 johnson.sh delete mode 100644 kwame.sh delete mode 100644 leslie.sh delete mode 100644 marious.sh delete mode 100644 mikeass.sh delete mode 100644 nanasam.sh delete mode 100644 okoruwa.sh delete mode 100644 organise.sh delete mode 100644 owusu.sh delete mode 100644 p.solomon.sh delete mode 100644 pdushie.sh delete mode 100644 practice.sh delete mode 100644 proflato.sh delete mode 100644 raymond.sh delete mode 100644 revert.txt delete mode 100644 rhcsa-ex200-certification.md delete mode 100644 sampson.sh delete mode 100644 selorm.sh delete mode 100644 sena.sh delete mode 100644 senanu.sh delete mode 100644 shaibu.sh delete mode 100644 stanley.sh delete mode 100755 twumasi.sh delete mode 100644 well.sh delete mode 100644 wellz.sh delete mode 100644 yaw.sh delete mode 100644 yayra.sh delete mode 100644 zato.sh diff --git a/Akpeko_assignment4.sh b/Akpeko_assignment4.sh deleted file mode 100644 index 20b16e0..0000000 --- a/Akpeko_assignment4.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -#Author- Akpeko Dennis - -# Create directories if they don't already exist -mkdir -p music images videos - -# Move music files -mv *.mp3 music/ -mv *.flac music/ - -# Move image files -mv *.jpg images/ -mv *.png images/ - -# Move video files -mv *.avi videos/ -mv *.mov videos/ - -# Remove log files -rm *.log - -#Confirm the file structure -tree \ No newline at end of file diff --git a/Amma.sh b/Amma.sh deleted file mode 100644 index df8982b..0000000 --- a/Amma.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -#Author: Nana Amma -#Date: 28/03/2023/ -#Modify: 28/03/2023 - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music videos images - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/Babsproject b/Babsproject deleted file mode 160000 index baf0059..0000000 --- a/Babsproject +++ /dev/null @@ -1 +0,0 @@ -Subproject commit baf00599be6be3da99992634db6289f99071d45a diff --git a/Blossom.sh b/Blossom.sh deleted file mode 100644 index 2c2258e..0000000 --- a/Blossom.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Blossom - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/Felix.sh b/Felix.sh deleted file mode 100644 index 99b8e6d..0000000 --- a/Felix.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Author: Felix Agyemang - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/IsaacDankwa.sh b/IsaacDankwa.sh deleted file mode 100644 index 71123be..0000000 --- a/IsaacDankwa.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -#Author: Isaac Dankwa - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos -mv *.mp3 *.flac music -mv *.jpg *.png images -mv *.avi *.mov videos -rm *.log -tree diff --git a/Issabella.sh b/Issabella.sh deleted file mode 100644 index dc67eda..0000000 --- a/Issabella.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Issabella - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/Pius.sh b/Pius.sh deleted file mode 100644 index 7fbe91b..0000000 --- a/Pius.sh +++ /dev/null @@ -1,18 +0,0 @@ - - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/README.md b/README.md deleted file mode 100644 index 3168a82..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# bash-shell-scripting diff --git a/Richmond2.sh b/Richmond2.sh deleted file mode 100644 index 57f40f2..0000000 --- a/Richmond2.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/a.sh b/a.sh deleted file mode 100644 index 2595afc..0000000 --- a/a.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -Hi diff --git a/achaawa b/achaawa deleted file mode 100644 index 8f97370..0000000 --- a/achaawa +++ /dev/null @@ -1,12 +0,0 @@ -ic images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree - diff --git a/adjin.sh b/adjin.sh deleted file mode 100644 index 17f68c3..0000000 --- a/adjin.sh +++ /dev/null @@ -1,20 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree - diff --git a/ametsi.sh b/ametsi.sh deleted file mode 100644 index de71bb7..0000000 --- a/ametsi.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -#Author: Ametsi -#Date: 28/03/2023/ -#Modify: 28/03/2023 - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music videos images - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/austino.sh b/austino.sh deleted file mode 100644 index d9a71ea..0000000 --- a/austino.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Autor:Austin - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/aware.txt b/aware.txt deleted file mode 100644 index f04c3cf..0000000 --- a/aware.txt +++ /dev/null @@ -1 +0,0 @@ -today looks gooe diff --git a/b.sh b/b.sh deleted file mode 100644 index f29b063..0000000 --- a/b.sh +++ /dev/null @@ -1,3 +0,0 @@ - -#!/bin/bash - diff --git a/barah b/barah deleted file mode 100644 index a2637f7..0000000 --- a/barah +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: barah - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/dad.sh b/dad.sh deleted file mode 100644 index 056aabb..0000000 --- a/dad.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Author: Emmanuel - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dane.mov david.flac gev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/davd.sh b/davd.sh deleted file mode 100644 index accd090..0000000 --- a/davd.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: David - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/diana.sh b/diana.sh deleted file mode 100644 index cb83691..0000000 --- a/diana.sh +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/bash -#Author; Mr float - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov vidoes - -rm -rf *.log - -tree diff --git a/dsa b/dsa deleted file mode 100644 index 0bab968..0000000 --- a/dsa +++ /dev/null @@ -1,29 +0,0 @@ -commit 865541f3a8b27f09b8df952974a238db3facac50 (origin/master, origin/HEAD) -Author: Ankam Ravi Kumar -Date: Wed Jun 20 11:25:07 2018 +0530 - - Create rhcsa-ex200-certification.md - -commit 140b60eaed71028db8f175ff0c9a651a15b484c4 -Author: Ankam Ravi Kumar -Date: Fri Jun 15 19:17:36 2018 +0530 - - Update index.md - -commit 7a4dc57693ec080aca045f2d5dedd13a9125d84d -Author: Ankam Ravi Kumar -Date: Fri Jun 15 19:16:41 2018 +0530 - - Update index.md - -commit fcfe9e98c56226f1f73aeaba6ddbbcd134cae1c3 -Author: Ankam Ravi Kumar -Date: Fri Jun 15 19:08:43 2018 +0530 - - Update index.md - -commit 56e538cdb788de68cf1417570bb22f123f9cddc4 -Author: Ankam Ravi Kumar -Date: Fri Jun 15 19:07:59 2018 +0530 - - Set theme jekyll-theme-cayman diff --git a/edwin.sh b/edwin.sh deleted file mode 100644 index 66be309..0000000 --- a/edwin.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Edwin - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/elma.sh b/elma.sh deleted file mode 100644 index dbc3039..0000000 --- a/elma.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Elma - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/ericgomado.sh b/ericgomado.sh deleted file mode 100644 index c2e95be..0000000 --- a/ericgomado.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Author: EricGomado - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/file1.txt b/file1.txt deleted file mode 100644 index 6b1023a..0000000 --- a/file1.txt +++ /dev/null @@ -1 +0,0 @@ -Hello Team, am loving this class today diff --git a/francis.sh b/francis.sh deleted file mode 100644 index 79248c1..0000000 --- a/francis.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Author: Francis - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/francis2.sh b/francis2.sh deleted file mode 100644 index 0431dab..0000000 --- a/francis2.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -#Author : Francis - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree - diff --git a/gideon.sh b/gideon.sh deleted file mode 100644 index 1149f8e..0000000 --- a/gideon.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -Author: Gideon -Date: 19/03/2023 -Modify: Gideon - - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree - diff --git a/giga1.txt b/giga1.txt deleted file mode 100644 index 6baec42..0000000 --- a/giga1.txt +++ /dev/null @@ -1 +0,0 @@ -Today looks good diff --git a/git1.txt b/git1.txt deleted file mode 100644 index d3dd039..0000000 --- a/git1.txt +++ /dev/null @@ -1,7 +0,0 @@ -Welcome to Jomacs IT Solutions INC. -Located in Calgary, AB, Canada -Jomacs provides services in -Web Developement -Software Engineering -DevOps -Data Science diff --git a/git2.txt b/git2.txt deleted file mode 100644 index 3cf4a13..0000000 --- a/git2.txt +++ /dev/null @@ -1,4 +0,0 @@ -The following are the working areas in a Local repo -I. Working Area -II. Staging Area -III. Commit Area diff --git a/goldheart.sh b/goldheart.sh deleted file mode 100644 index d6b7d63..0000000 --- a/goldheart.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -#Author: Goldheart -b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata. flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos -mv *.mp3 *.flac music -mv *.jpg *.png images -mv *.avi *.mov videos -rm *.log -tree diff --git a/index.md b/index.md deleted file mode 100644 index 12be9d7..0000000 --- a/index.md +++ /dev/null @@ -1,169 +0,0 @@ -# Shell Scripting Tutorial for Beginners - -Keep in touch with for any kind of technical questions -[Facebook](https://www.facebook.com/Linuxarkit/) -[Email List](https://feedburner.google.com/fb/a/mailverify?uri=arkit) -[Linkedin](https://in.linkedin.com/in/ravi-kumar-94530121) -[Google Plus](https://plus.google.com/u/0/+RedhatEnterpriseLinuxStepbyStepGuide/posts) -[Twitter](https://twitter.com/aravikumar48) -[Youtube](https://www.youtube.com/Techarkit?sub_confirmation=1) -[Email Address](aravikumar48@gmail.com) - -A complete begineers guide to learn shell scripting from scratch which includes Videos, Practice scenarios and project idea. I will create one file for one topic with code. - -Before jumping into the Shell scripting below are commands you have to practice for better understanding and familiar with Linux command line interface. - -If you do not learn below commands also fine but i personally recommend you to learn commands first. - -[103 Linux Commands Video Tutorial](https://www.youtube.com/watch?v=VG-MMju9RhQ&list=PLHyfPDPl-JDX_dfDEpsvglu4x3h1RjPkz) - -alias and unalias, arch, arp, at, awk, bc, blkid, cal, cat, cd, chage, chattr, chgrp, chmod, chown, cp, cpio, crontab, curl, cut, date, dd, df, diff, dig, dnf, du, expr, fdisk, file, find, firewall-cmd, free, ftp, grep, head, history, hostname, id, ifconfig, iostat, ip, kill, last, lessandmore, ln, locate, lpstatandlpadmin, ls, lsof, lspci, mail, man, mdadm, mkdirandrmdir, mkisofs, mount, mutt, mv, nano, netstat, nice, renice, nslookup, passwd, pam_tally2, paste, ping, perloneliner, pkill, ps, pwd, reboot, poweroff, rm, rpm, rsync, scp, screen, sed, sort, ss, ssh, sysctl, tail, tar, tcpdump, top, touch, tr, traceroute, umask, uname, uniq, uptime, useradd, vi, vmstat, w, who, watch, wc, wget, ypcat, yppasswd, yum, zip, sar - -After that start learning shell scripting using below topics - -[Shell Scripting Video Tutorial](https://www.youtube.com/watch?v=7GNUzvjS_mE&list=PL8cE5Nxf6M6b8qW7CSMsdKbEsPdG9pWfu) - -[Shell Scripting course Overview](https://www.youtube.com/watch?v=7GNUzvjS_mE) - -[Linux Basics](https://www.youtube.com/watch?v=IFvMor-0eFM) - -[Linux Directory Structure](https://www.youtube.com/watch?v=rVxpe1_lNFE) - -[Linux Basic Commands](https://www.youtube.com/watch?v=yYC8aaQ3eZA) - -[Copy, Remove, Move and Time Commands](https://www.youtube.com/watch?v=G7XFreQkDB8) - -[Dif and Grep Commands](https://www.youtube.com/watch?v=RwcQ6JzTsmA) - -[Head, tail, sort and more commands](https://www.youtube.com/watch?v=OgV3qrPQulU) - -[tr and wc commands](https://www.youtube.com/watch?v=d40a5zFa8yI) - -[Disk utilities like fdisk, df and du commands](https://www.youtube.com/watch?v=vx1WZepOmKg) - -[Getting Help From Command Line user Interface](https://www.youtube.com/watch?v=GcYu-0IIJas) - -[w, who, hostnamem hostnamectl and uname commands](https://www.youtube.com/watch?v=7shAr5lp_Wc) - -[Search for files and directories using find and locate commands](https://www.youtube.com/watch?v=Rd6e-OrsHpo) - -[top command its output explanation](https://www.youtube.com/watch?v=UQ7rr4_47YY) - -[vi & vim text editor](https://www.youtube.com/watch?v=K3SUrcJ740Y) - -[sed, awk, vmstat and nestat commands](https://www.youtube.com/watch?v=4hJorSKg9E0) - -[vnstat command](https://www.youtube.com/watch?v=KlpE2Ok6Bxo) - -[Introduction to Graphical user interface](https://www.youtube.com/watch?v=Yck_xhz9ku0) - -[cut command](https://www.youtube.com/watch?v=kBZNJdw7RQQ) - -[Merge multiple files using paste command](https://www.youtube.com/watch?v=_Efd6PxhNq4) - -[Connect and Manage remote machine using SSH](https://www.youtube.com/watch?v=Dp9J7aktYDs) - -[Changing files and directory permissions](https://www.youtube.com/watch?v=NNAxqSyTsUI) - -[tar and zip commands](https://www.youtube.com/watch?v=lVQppyhgERA) - -[Scheduling future jobs using crontab](https://www.youtube.com/watch?v=OOOabNTnSwY) - -[difference between scripting and programming](https://www.youtube.com/watch?v=5UuTNosxNgI) - -[what is shell scripting and it's advantages](https://www.youtube.com/watch?v=m2DvuF_S4Ac) - -[PATH environment variable](https://www.youtube.com/watch?v=4TZyWegxzGY) - -[Symbols used shell scripting](https://www.youtube.com/watch?v=L8IxV7bvBHU) - -[Make Shell Script Template](https://www.youtube.com/watch?v=7KEQJ7jtkTg) - -[Quotes single, double and reverse - Know difference between each](https://www.youtube.com/watch?v=9_fhRI-dos4) - -[Bash colors](https://arkit.co.in/coloring-style-text-shell-scripting/) - -[Script exit status](https://arkit.co.in/shell-scripting-exit-status-shell-scripting-return-codes/) - -[Variables and it's rules](https://www.youtube.com/watch?v=839s_OtTqDA) - -[Special Variables](https://www.youtube.com/watch?v=PfxzX4XNYRE) - -[Environment Variables, system variables and user defined variables](https://www.youtube.com/watch?v=PfxzX4XNYRE) - -[Constant variables, Local & Global variables and Special variables](https://www.youtube.com/watch?v=839s_OtTqDA) - -[Positional Parameters](https://www.youtube.com/watch?v=PfxzX4XNYRE) - -[Count number command line arguments $#](https://www.youtube.com/watch?v=YizjrX9ph10) - -[Arithmetic Operators](https://www.youtube.com/watch?v=qxNQ_D8txPo) - -[Relational Operators](https://www.youtube.com/watch?v=U-u1wx5VeTU) - -[LogicalOperators](https://www.youtube.com/watch?v=m_F1FTKdUU4) - -[Boolean Operators](https://www.youtube.com/watch?v=U-u1wx5VeTU) - -[Maths using expr command](https://www.youtube.com/watch?v=qxNQ_D8txPo) - -[Real maths using bc command](https://www.youtube.com/watch?v=qxNQ_D8txPo) - -[if statement](https://www.youtube.com/watch?v=gncu9vzmILw) - -[if-else statement](https://www.youtube.com/watch?v=nDhbOeEQeNY) - -[if-else-if statement](https://www.youtube.com/watch?v=UJET-9cmaqU) - -[Nested if statement](https://www.youtube.com/watch?v=Kd1SJFnmj9k) - -[Case statement](https://www.youtube.com/watch?v=JJ7mAPU0KhI) - -[For Loop](https://www.youtube.com/watch?v=1fnAUUS4qg0) - -[While Loop](https://www.youtube.com/watch?v=nBMuVIRGpwY) - -[Until Loop](https://www.youtube.com/watch?v=zdk795qFgWk) - -[Functions](https://www.youtube.com/watch?v=jXv1otUXMG4) - -[Arrays](https://www.youtube.com/watch?v=2Fetj2V6rrM) - -[Eval command](https://www.youtube.com/watch?v=AjqBRGwLmLc&list=PL8cE5Nxf6M6b8qW7CSMsdKbEsPdG9pWfu&index=57&t=0s) - -[Shifting parameters using shift command](https://www.youtube.com/watch?v=48j0kxOFKZE) - -[IFS - Input Field Separator](https://www.youtube.com/watch?v=so8IRuhWjEM) - -[Writing CPU Usage script](https://www.youtube.com/watch?v=NQx43bY4lNo) - -[Writing Disk Utilization script](https://www.youtube.com/watch?v=yXhdDV13nrA) - -[Trouble shooting debugging shell scripts](https://www.youtube.com/watch?v=kgj-4_gmvi4) - -[Checking shell script errors and improvements using shellcheck.net site](https://www.youtube.com/watch?v=kgj-4_gmvi4) - -[Here Document to write paragraphs of text](https://www.youtube.com/watch?v=r9lb0ZxGFqE) - -[Getopts Function](https://www.youtube.com/watch?v=j-lEoC0DWI8) - -Tput making menu's - -Executing Multiple scripts from single script - -$(()) - Pass command to sub-shell - -logger logging messages to log file - -Exec to send input to terminal - -Resource to Download - -[Shell Scripting Book](https://arkit-in.tradepub.com/free/w_wile48/) - -[Shell Scripting Book](https://arkit-in.tradepub.com/free/w_pack42/) - -[Shell Scripting Book](https://arkit-in.tradepub.com/free/w_advb01/) - -[Shell Scripting Book](https://arkit-in.tradepub.com/free/w_wile54/) - diff --git a/isaacAAA.sh b/isaacAAA.sh deleted file mode 100644 index aa202d9..0000000 --- a/isaacAAA.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Author: Isaac K - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/jerry.txt b/jerry.txt deleted file mode 100644 index 57f40f2..0000000 --- a/jerry.txt +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/johnson.sh b/johnson.sh deleted file mode 100644 index fac124e..0000000 --- a/johnson.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/kwame.sh b/kwame.sh deleted file mode 100644 index d71c4af..0000000 --- a/kwame.sh +++ /dev/null @@ -1,21 +0,0 @@ -# !/bin/bash -# Author : emma debrah - -mkdir music videos images - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - - - - -tree diff --git a/leslie.sh b/leslie.sh deleted file mode 100644 index 57f40f2..0000000 --- a/leslie.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/marious.sh b/marious.sh deleted file mode 100644 index 3022eb4..0000000 --- a/marious.sh +++ /dev/null @@ -1,32 +0,0 @@ - -Author:Marious Schillings -#!/bin/bash - -# create directories if they do not exist -mkdir -p music -mkdir -p images -mkdir -p videos - -# move music files to the "music" directory -for file in *.mp3 *.flac -do - [ -e "$file" ] && mv "$file" music/ -done - -# move image files to the "images" directory -for file in *-jpg *.png -do - [ -e "$file" ] && mv "$file" images/ -done - -# move video files to the "videos" directory -for file in *.avi *.mov -do - [ -e "$file" ] && mv "$file" videos/ -done - -# remove log files -for file in *.log -do - [ -e "$file" ] && rm "$file" -done diff --git a/mikeass.sh b/mikeass.sh deleted file mode 100644 index 9636f98..0000000 --- a/mikeass.sh +++ /dev/null @@ -1,18 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log -tree diff --git a/nanasam.sh b/nanasam.sh deleted file mode 100644 index 745a677..0000000 --- a/nanasam.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: nanasam - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/okoruwa.sh b/okoruwa.sh deleted file mode 100644 index 92a3acb..0000000 --- a/okoruwa.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Author: Okoruwa - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images video - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov video - -rm *.log - -tree diff --git a/organise.sh b/organise.sh deleted file mode 100644 index 5d7d04a..0000000 --- a/organise.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Richard - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/owusu.sh b/owusu.sh deleted file mode 100644 index 182c24b..0000000 --- a/owusu.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Maxwell - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/p.solomon.sh b/p.solomon.sh deleted file mode 100644 index 0d9a516..0000000 --- a/p.solomon.sh +++ /dev/null @@ -1,41 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree -Richmond to Everyone 9:20 PM -thanks -JOMACS - Johnson to Everyone 9:20 PM -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/pdushie.sh b/pdushie.sh deleted file mode 100644 index 57f40f2..0000000 --- a/pdushie.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: Johnson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/practice.sh b/practice.sh deleted file mode 100644 index 8feaac0..0000000 --- a/practice.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -#Author : Nana - - -echo "we shall strive hard to be devops engineers" -echo "this is just for practing" -echo "devops is the ish meeeeeehn" -echo "we go make am" - diff --git a/proflato.sh b/proflato.sh deleted file mode 100644 index 51c158e..0000000 --- a/proflato.sh +++ /dev/null @@ -1,19 +0,0 @@ -#1bin/bash -Author Proflato - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/raymond.sh b/raymond.sh deleted file mode 100644 index 2e76d24..0000000 --- a/raymond.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -#Author: Raymond - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/revert.txt b/revert.txt deleted file mode 100644 index 1959bff..0000000 --- a/revert.txt +++ /dev/null @@ -1 +0,0 @@ -not going as expected diff --git a/rhcsa-ex200-certification.md b/rhcsa-ex200-certification.md deleted file mode 100644 index b0523d5..0000000 --- a/rhcsa-ex200-certification.md +++ /dev/null @@ -1,9 +0,0 @@ -A Red Hat Certified System Administrator (RHCSA) is able to perform the following tasks: - -Understand and use essential tools for handling files, directories, command-line environments, and documentation -Operate running systems, including booting into different run levels, identifying processes, starting and stopping virtual machines, and controlling services -Configure local storage using partitions and logical volumes -Create and configure file systems and file system attributes, such as permissions, encryption, access control lists, and network file systems -Deploy, configure, and maintain systems, including software installation, update, and core services -Manage users and groups, including use of a centralized directory for authentication -Manage security, including basic firewall and SELinux configuration diff --git a/sampson.sh b/sampson.sh deleted file mode 100644 index 35e221b..0000000 --- a/sampson.sh +++ /dev/null @@ -1,18 +0,0 @@ -# !/bin/bash -#Author: Sampson - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov -david.flac dev.log dino.log edochie.jpg efe.log games.avi -hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py sh - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/selorm.sh b/selorm.sh deleted file mode 100644 index f88b473..0000000 --- a/selorm.sh +++ /dev/null @@ -1,37 +0,0 @@ -# !/bin/bash - -# Author: Selorm butsor Gamenyah - - - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log - -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg - -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf - -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - - - -mkdir music images videos - - - -mv *.mp3 *.flac music - - - -mv *.jpg *.png images - - - -mv *.avi *.mov videos - - - -rm *.log - - - -tree diff --git a/sena.sh b/sena.sh deleted file mode 100644 index 71fbcde..0000000 --- a/sena.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -# Author: sena - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree diff --git a/senanu.sh b/senanu.sh deleted file mode 100644 index da94905..0000000 --- a/senanu.sh +++ /dev/null @@ -1,19 +0,0 @@ -# !/bin/bash -#Author: Frank - - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv *.avi *.mov videos - -rm *.log - -tree - - diff --git a/shaibu.sh b/shaibu.sh deleted file mode 100644 index 54a9234..0000000 --- a/shaibu.sh +++ /dev/null @@ -1,21 +0,0 @@ -# !/bin/bash -# Author: Babanbaba - -touch b2.sh bashass.sh black.mp3 bubu.avi dame.mov david.flac dev.log -dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jp -nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pd -van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -mkdir music images videos - -mv *.mp3 *.flac music - -mv *.jpg *.png images - -mv ^.avi *.mov videos - -rm *.log - -tree - - diff --git a/stanley.sh b/stanley.sh deleted file mode 100644 index 94f7fe5..0000000 --- a/stanley.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash -#Author:Stanley - -touch b2.sh bashass.sh bash.sh black.mp3 bubu.avi dame.mov david.flac dev.log dino.log edochie.jpg efe.log games.avi hunger.mov mapple.jnp naija.jpg nana.mov peace.py pete.png python.py shata.flac sheriff.flac toyin.pdf van.avi wale.mp3 wike.avi wiz.mp3 yul.jpg yvonne.txt zanku.mp3 ghana.avi - -#Create directories for music, images, and videos - -mkdir -p music -mkdir -p images -mkdir -p videos - -#Move music files to the music directory -mv *.mp3 music/ -mv *.flac music/ - -#Move image files to the images directory -mv *.jpg images/ -mv *.png images/ - -#Move video files to the videos directory -mv *.avi videos/ -mv *.mov videos/ - -#Remove all log files -rm *.log - -tree diff --git a/twumasi.sh b/twumasi.sh deleted file mode 100755 index 63f11de..0000000 --- a/twumasi.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash - -#Author: Aminu Mohammed Twumasi -#Email: sirtwumasi77@gmail.com -#Date Created: 06-03-2023 -#Date Modified: 06-03-2023 - -< Date: Wed, 26 Jul 2023 23:47:33 +0000 Subject: [PATCH 32/38] class example --- jayk.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 jayk.txt diff --git a/jayk.txt b/jayk.txt new file mode 100644 index 0000000..428e7b1 --- /dev/null +++ b/jayk.txt @@ -0,0 +1 @@ +today looks good From 3a98b4cff93482cf9a644360e4bebd2b2560113e Mon Sep 17 00:00:00 2001 From: Gitblix Date: Tue, 12 Dec 2023 05:33:53 +0000 Subject: [PATCH 33/38] adds my bash assigment solution --- .p.solomon.sh.swp | Bin 12288 -> 0 bytes AB.sh | 0 Godwin.sh | 19 -------------- Thessy.sh | 20 --------------- Kofi.sh => ben.sh | 16 +++++++----- boateng.sh | 20 --------------- certified-kubernetes-administrator-course | 1 - emmanuadi.sh | 20 --------------- enyo.sh | 21 ---------------- ericofori.sh | 29 ---------------------- forever.txt | 1 - images/ABC.jpg | 0 kelvin.sh | 19 -------------- kubernetes-the-hard-way | 1 - music/AC.mp3 | 0 music/ACD.flac | 0 music/BC.mp3 | 0 music/STONE.mp3 | 0 music/WALE.mp3 | 0 nic.sh | 8 ------ sef.sh | 19 -------------- terraform-aws-ec2-instance | 1 + videos/KOI.avi | 0 videos/ZAK.avi | 0 videos/ZAS.mov | 0 25 files changed, 11 insertions(+), 184 deletions(-) delete mode 100644 .p.solomon.sh.swp create mode 100644 AB.sh delete mode 100644 Godwin.sh delete mode 100644 Thessy.sh rename Kofi.sh => ben.sh (67%) delete mode 100644 boateng.sh delete mode 160000 certified-kubernetes-administrator-course delete mode 100644 emmanuadi.sh delete mode 100644 enyo.sh delete mode 100644 ericofori.sh delete mode 100644 forever.txt create mode 100644 images/ABC.jpg delete mode 100644 kelvin.sh delete mode 160000 kubernetes-the-hard-way create mode 100644 music/AC.mp3 create mode 100644 music/ACD.flac create mode 100644 music/BC.mp3 create mode 100644 music/STONE.mp3 create mode 100644 music/WALE.mp3 delete mode 100644 nic.sh delete mode 100644 sef.sh create mode 160000 terraform-aws-ec2-instance create mode 100644 videos/KOI.avi create mode 100644 videos/ZAK.avi create mode 100644 videos/ZAS.mov diff --git a/.p.solomon.sh.swp b/.p.solomon.sh.swp deleted file mode 100644 index 4d8809a522ef651ee32f51a437225ef1346a48c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI&J#G{+6bEpJhKdhCMfXCwNb!bE6VXwEghUgHbeAuvz%>%i zkPE;exBzcvcLj+Qp`?rSxAfK?f6uQQ?JM>_zI{)JaxS<$9e-Bk#i0Fcp`zJ~Mz`%=EPLA}>+4x3V`zg5UPklZoiG6c5V*a-qoafQtNn4^ z&dY6j{_N=XTVMqQAOHafKmY;|fB*y_aBl@twm0rQ9%F#5P$## zAOHafKmY;|fB*y_a1RAkCB*R)A--~q|Nn2k|9|uIFOHuammEJhE;z<{7mtNF=lIU? zjROS&5P$##AOHafKmY;|fB*y_aAyHG&@Q>|fOds&O=Wv>Iogt}Q?-sX*vd6d49ZJ2 zSUOd$mgDSG+vrt~J)1g~xs@kfP0N9k)U`~X5}hgE^d|G|`q%U>7$1Y@p6yv-{gh Date: Tue, 12 Dec 2023 10:09:09 +0000 Subject: [PATCH 34/38] today looks good details --- ben.sh | 3 +-- jayk.txt | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ben.sh b/ben.sh index 1890e76..f8c0310 100644 --- a/ben.sh +++ b/ben.sh @@ -3,8 +3,7 @@ #Date: 12/12/2023 touch AB.sh AC.mp3 BC.mp3 ACD.flac ABC.jpg ZAK.avi ZAS.mov KOI.avi WALE.mp3 STONE.mp3 -DEV.log NANA.avi VAN.log BOO.log COO.log DOO.log YOO.mp3 YELL.flac KON.tf MAD.sh black.mp3 door.png dat.png ewa.jpg - +DEV.log NANA.avi VAN.log BOO.log COO.log DOO.log YOO.mp3 YELL.flac KON.tf MAD.sh black.mp3 door.png dat.png ewa.jpg pass.jpg mkdir music images videos mv *.mp3 *.flac music diff --git a/jayk.txt b/jayk.txt index 428e7b1..f23a04e 100644 --- a/jayk.txt +++ b/jayk.txt @@ -1 +1,2 @@ -today looks good +#!/bin/bash +echo today looks good From f96121a43cb08869b831b5a14ef46f22ade29a0c Mon Sep 17 00:00:00 2001 From: Gitblix Date: Wed, 13 Dec 2023 02:34:20 +0000 Subject: [PATCH 35/38] Pending Case --- nik.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nik.sh diff --git a/nik.sh b/nik.sh new file mode 100644 index 0000000..ab39d20 --- /dev/null +++ b/nik.sh @@ -0,0 +1,5 @@ +#!/bin/bash +#Date: 13/12/2023 +#Author: Nike Inc. + +Test Case I: From 6d30b51e0fd013487cee8d8a4a5546dad621f4c4 Mon Sep 17 00:00:00 2001 From: Gitblix Date: Wed, 13 Dec 2023 02:45:11 +0000 Subject: [PATCH 36/38] class example --- jayks.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 jayks.txt diff --git a/jayks.txt b/jayks.txt new file mode 100644 index 0000000..4d995ad --- /dev/null +++ b/jayks.txt @@ -0,0 +1 @@ +Today Looks Good - Its Sunny From e2dba2db9868d7babd6aec310fa5414e26b25f2b Mon Sep 17 00:00:00 2001 From: Gitblix Date: Wed, 13 Dec 2023 03:14:48 +0000 Subject: [PATCH 37/38] Revert "class example" This reverts commit 6d30b51e0fd013487cee8d8a4a5546dad621f4c4. --- jayks.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 jayks.txt diff --git a/jayks.txt b/jayks.txt deleted file mode 100644 index 4d995ad..0000000 --- a/jayks.txt +++ /dev/null @@ -1 +0,0 @@ -Today Looks Good - Its Sunny From 1ca49aa8d94c9c3e704ec02616ed41ee99bc978e Mon Sep 17 00:00:00 2001 From: Gitblix Date: Wed, 13 Dec 2023 03:17:49 +0000 Subject: [PATCH 38/38] add revert example --- revert.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 revert.txt diff --git a/revert.txt b/revert.txt new file mode 100644 index 0000000..c3dc0af --- /dev/null +++ b/revert.txt @@ -0,0 +1 @@ +Not going as expected