filmov
tv
Intro to Bash Scripting: Automate tasks and save time

Показать описание
In this video, Kartikey Kushwah, CEO at Koders is taking you through writing your first Bash Script.
Bash script is a plain text file that includes a series of commands. They are a mixture that are typed on the command line. In a nutshell, Bash is a command language interpreter.
If you're a programmer, then you might have used commands like 'touch' to create a file or 'mv' to move a file or 'nano' to edit a file. Bash scripting uses these commands in a terminal which is the interface to the shell interpreter. Having a terminal at your fingertips can save your precious time. Also, working inside a terminal makes you look like a geek. So what are you waiting for? Here is a tutorial covering the basics of Bash scripting that can help you automate tasks and feel like a techie ;)
Bash script is a plain text file that includes a series of commands. They are a mixture that are typed on the command line. In a nutshell, Bash is a command language interpreter.
If you're a programmer, then you might have used commands like 'touch' to create a file or 'mv' to move a file or 'nano' to edit a file. Bash scripting uses these commands in a terminal which is the interface to the shell interpreter. Having a terminal at your fingertips can save your precious time. Also, working inside a terminal makes you look like a geek. So what are you waiting for? Here is a tutorial covering the basics of Bash scripting that can help you automate tasks and feel like a techie ;)