Читать книгу Kali Linux Penetration Testing Bible - Gus Khawaja - Страница 74
Conditions and Loops
ОглавлениеNow that you know the basics of Bash scripting, we can introduce more advanced techniques. When you develop programs in most programming languages (e.g., PHP, Python, C, C++, C#, etc.), including Bash scripting, you will encounter conditions ( if
statements) and loops, as shown in Figure 2.4.
Figure 2.4 Conditions and Loops