Topic

Bash

Scripting the shell: aliases, loops, conditionals, and everyday one-liners.

Featured in Bash

Comments will help make your scripts more readable
Prianka Subrahmanyam
Prianka Subrahmanyam
Via command line arguments and prompting users for input
Amit Jotwani
Amit Jotwani

Articles in Bash

17

Bash Comments

Comments will help make your scripts more readable

Reading User Input

Via command line arguments and prompting users for input

Curl Post Request

Use cURL to send data to a server

Bash If Statement

Learn how to use the if statement in Bash to compare multiple values and expressions.

Bash While Loop

Learn how to use and control the while loop in Bash to repeat instructions, and read from the standard input, files, arrays, and more.

Run Bash Shell In Docker

Start an interactive shell in Docker container

Loop Through Files in Directory in Bash

Learn how to iterate over files in a directory linearly and recursively using Bash and Python.

Use Cookies With cURL

Learn how to store and send cookies using files, hard-coded values, environment variables with cURL.

How to use sudo rm -rf safely

We'll help you understand its components

Generate, Sign, and View a CSR With OpenSSL

Learn how to generate, self-sign, and verify certificate signing requests with `openssl`.