15. DD, Man, Banner, Compress & Uncompress Command | Hindi | Linux Shell Scripting @TheLinuxCompany​



15. DD, Man, Banner, Compress & Uncompress Command | Hindi | Linux Shell Scripting @TheLinuxCompany​

15. DD, Man, Banner, Compress & Uncompress Command | Hindi | Linux Shell Scripting @TheLinuxCompany​

15. DD, Man, Banner, Compress & Uncompress Command | Hindi | Linux Shell Scripting @TheLinuxCompany ​

Timeline –
00:00 – Introduction
00:43 – DD Command
05:29 – Man Command
07:47 – Banner Command
11:30 – Compress Command
15:54 – Uncompress Command

A shell script is a computer program designed to be run by the Unix/Linux shell which could be one of the following:

– The Bourne Shell
– The C Shell
– The Korn Shell
– The GNU Bourne-Again Shell

Playlist:-
Shell Scripting – https://youtube.com/playlist?list=PLkPmSWtWNIyRonx5YL5fyY5ZpcvkoUyQw
Math with Python – https://youtube.com/playlist?list=PLkPmSWtWNIyQ3JZ5vZunADCZ35_fjGhUl

A shell is a command-line interpreter and typical operations performed by shell scripts include file manipulation, program execution, and printing text.

Extended Shell Scripts
Shell scripts have several required constructs that tell the shell environment what to do and when to do it. Of course, most scripts are more complex than the above one.

The shell is, after all, a real programming language, complete with variables, control structures, and so forth. No matter how complicated a script gets, it is still just a list of commands executed sequentially.

The following script uses the read command which takes the input from the keyboard and assigns it as the value of the variable PERSON and finally prints it on STDOUT.

#shellscripting #linux #programming

Comments are closed.