Today we learned a lot about BLOGGING and how it is important for us to keep a technical blog!
With that said, we spent a lot of time in the Terminal
learning about some of the most frequently used commands.
Here is an easy table to read with the name of function, the shortcut function, and the definition of what it is!
Enjoy :)
Function | Shortcut | Definition |
---|---|---|
print working directories | pwd |
shows you the local of the directory you are in |
list file | ls |
lists the files in your current directory |
touch | touch + name of file |
creates an empty file by the name input |
concatenate | cat |
simply, "puts things together" |
push | pushd |
pushes you into the next file or directory |
make directory | mkdir |
makes a new directory |
shebang | #! |
gives instruction for a shell to read a file in a certain language |