Linux Shell Programming: Creating Your First Shell Script
A shell, in basic terms, is a Linux command line interface that accepts input, executes it, and displays it to the standard output. The input could be from the user (keyboard) or redirected from a file. And the user screen is the standard output (it ...
hayatscodes.hashnode.dev3 min read