#linux-for-beginners
Read more stories on Hashnode
Articles with this tag
Create Custom Commands · Bash aliases allow you to define shortcut names for often-used commands. They can save a lot of typing, especially for long...
Learn about large strings in Bash language · One of the most important features of Bash is to handle large strings. Here is an example of how you can use...
Learn about for and while loops in Bash · Loops are important in any Turing complete programming language because they allow programs to repeat blocks of...
Explain conditional statement in Bash scripting language · Conditional statements are a fundamental part of programming based on logic. They allow...
What is Bash and what is used for. · Bash stands for Bourne Again SHell. It is a Unix shell and command language widely used by Linux users. A shell is...
Introduction to Linux Bash scripting: course curriculum. · Bash is a command line shell and scripting language for Linux. It allows automating tasks,...