resources

This repo is a one stop destination to find resources for learning various domains. You can find the roadmap for any domain here.

View on GitHub

Shell Scripting


A shell script is a text file that contains a sequence of commands for a UNIX-based operating system. A shell script is usually created for command sequences in which a user has a need to use repeatedly in order to save time. A bash (or shell) script is basically a program that allows the user to interact with the UNIX/Linux system by writing executable shell commands in a simple text file.

Complete Courses

Videos lectures

Diving Deep