Unix Shell - Bash Scripting
A command-line interface in Unix based OS
As a Data Scientist or Machine Learning Engineer, it is extremely important to get familiar with the command-line interface (CLI). Working with CLI gives you a good understanding of how a computer works.
If you never have used Shell before, don’t worry. The more complex it looks, the easier it is. The chunk sized tutorials listed below will lead you from no knowledge of Shell to a comfortable amount of knowledge that’s enough to get dive into your dream field.
- Introduction to Unix Shell
- Bash Installation
- Know Your Terminal
- Printing Something – echo, clear
- Paths and Directories – pwd
- Navigating Directories – ls, cd
- Organizing Files – mkdir, mv, cp
- Organizing More Files – rm, rmdir
- Creating Empty Files – touch
- Everything About GNU nano Text Editor in Linux
- Reading File in Linux – cat, tac
- Precise Reading with less and more command in Linux
- Head and Tail Command in Linux – EVERYTHING You Need to Know
- Linux Apropos Command – Find the Right Hammer for Bash
- (On development)