Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Ternary operator (?:) in Bash

Why do you need to put #!/bin/bash at the beginning of a script file?

linux bash scripting shebang

How to do a logical OR operation for integer comparison in shell scripting?

bash unix if-statement sh

Disable beep in WSL terminal on Windows 10 [closed]

Bash ignoring error for a particular command

linux bash

Check if a Bash array contains a value

arrays bash

Colorized grep -- viewing the entire file with highlighted matches

bash shell colors grep

How to append output to the end of a text file

bash shell

How to write a bash script that takes optional input arguments?

How can I split a large text file into smaller files with an equal number of lines?

bash file unix

How to obtain the number of CPUs/cores in Linux from the command line?

linux bash cpu core

Remove a fixed prefix/suffix from a string in Bash

bash

Command not found error in Bash variable assignment

Capturing multiple line output into a Bash variable

bash variables

sudo echo "something" >> /etc/privilegedFile doesn't work [duplicate]

Find and Replace Inside a Text File from a Bash Command

How to wait in bash for several subprocesses to finish and return exit code !=0 when any subprocess ends with code !=0?

bash process wait

How do I get cURL to not show the progress bar?

linux bash unix scripting curl

How can I add numbers in a Bash script?

How do I write stderr to a file while using "tee" with a pipe?

linux bash unix tee