Skip to content
Open

Mat #68

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bash-shell-scripting
Submodule bash-shell-scripting added at 938c9a
12 changes: 12 additions & 0 deletions mat.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# !/bin/bash
# Author: Mathias

touch b2.sh bashass.sh bubu.avi dam.mov david.flac dino.log
edochie.jpg maple.png wale.mp3 yvonne.txt peace.py kojo.jnp pete.png

mkdir music images videos
mv *.mp3 *.flac music
mv *.jpg *.png images
mv *.avi *.mov videos
rm *.log
tree
Empty file added mat.txt
Empty file.
1 change: 1 addition & 0 deletions math.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
today looks good
14 changes: 14 additions & 0 deletions mathias.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# !/bin/bash
# Author: Mathias

touch b2.sh ,bashass.sh bash.sh black.mp3 bubbu.avi dame.mov david.flac
walee.mp3 yul.jpg toyin.pdf peace.py dev.log mapple.jnppetee.png

mkdir music images videos

mv *.mp3 *.flac music
mv *.jpg *.png images
mv *.avi *.mov videos
rm *.log

tree
7 changes: 7 additions & 0 deletions mytrial.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# !/bin/bash
# Author : Mathias

touch maths.txt
cd maths.txt
echo "this is just a trial."
tree
6 changes: 6 additions & 0 deletions mytrial.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# !/bin/bash
# Author:mathias

touch git.txt
cd git.txt
echo "i am making a trial" > git.txt