Linuxize
Ubuntu Centos Debian Commands Series Donate
Bash: Append to File
Jan 4, 2021

Bash: Write to File

This article explains how to write text to a file in Bash, using the redirection operators and tee command.

Read more

Linux Bash read
Dec 29, 2020

Bash read Command

read is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split into words.

Bash Exit
Jun 8, 2020

Bash Exit Command and Exit Codes

In this article, we will cover the Bash exit built-in command and the exit statuses of the executed commands.

Bash: Redirect stderr to stdout
Jun 5, 2020

How to Redirect stderr to stdout in Bash

To redirect stderr and stdout, use the 2>&1 or &> constructs. In Bash and other Linux shells, when a program is executed, it uses three standard I/O streams.

May 31, 2020

Bash printf Command

Linux Bash printf
Feb 9, 2020

Bash Sequence Expression (Range)

Bash For Loop
Jan 29, 2020

Bash Select (Make Menus)

Bash select
Jan 28, 2020

Bash break and continue

Bash break and continue
Dec 21, 2019

Bash: Append to File

Bash: Append to File
Oct 2, 2019

Writing Comments in Bash Scripts

Bash Script Comments
1 2 4
ESC
© 2021 Linuxize.com Privacy Policy Terms Contact