# second week of learning at blockfuse labs
another part of learning. this week i learn about terminal which from zero to understanding some command on the terminal
some time back, i had no idea on the terminal talk more of knowing the command line. truly when our instructor talk about it, i was like omo what is this guy saying becuase i seemed to look like a magic and too technicaly look. without me knowing it was just wearing mask trying to scare me. fast forwarding to present, i can now say am not in ground zero anymore.
before i only know about the (GUI) which i can only open one file at a time but coming to the draging of files, opening files, creating directory etc can all be did at a paticular time. which is vary simple and easy.
###### 1. pwd: present working directory
it was my very first command i learn on the terminal. it tells you where exactly you are on the terminal, and it is always advise anytime you want to start using the terminal you check you working directory for unnecesary issues
###### 2. cd: change directory
this is another command on the terminal which alowed you change directory to a different woking space
###### 3. ls: list
this is a list command which alowed you check other directory or files in a paticular directory or file
###### 4. mkdir: make directory
this is a command for creating directory which alowed you create hundreds of directory in just or less than a munite
###### 4. touch: create files
this is also similar to the mkdir command but this is used to create files and not directory. you can also create hundreds of files too with the touch command
their are many more command i learn on the terminal this week. i know you maybe wondering why am using directory and not folder, as a CLI user ur basic way of sayind folder should be directory folder is mianly use by GUI users
###### 5. my first exercise in bash scripting
it was a very very hard when i first try this. i was like this thing is extra ordinary but when i came to know just a small logic behind it that was when i could create my first shell script on the terminal. it was amazing i could make so many action with just few line of code
i acually learn a lot in the week shoutout to my istructor for the week shoutout to [BLOCKFUSE LABS] for giving me this great oppotunity to learn and also a bigger thanks to the blockfuse labs ceo BOSS SCARFACE muchly appreciated...
### NEVER SETTLE