Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Run git pull over all subdirectories [duplicate]

git bash

How do I syntax check a Bash script without running it?

linux bash unix syntax gnu

How can I print each command before executing? [duplicate]

bash

Simple logical operators in Bash

bash logical-operators

"unary operator expected" error in Bash if condition

bash shell

How to replace spaces in file names using a bash script

How to programmatically determine the current checked out Git branch [duplicate]

git bash shell

How to remove last n characters from a string in Bash?

bash

How to execute a bash command stored as a string with quotes and asterisk [duplicate]

bash scripting escaping quotes

Convert absolute path into relative path given a current directory using Bash

How does one output bold text in Bash?

bash console formatting echo

Select random lines from a file

How to create a CPU spike with a bash command

linux bash load cpu

How to get the start time of a long-running Linux process?

linux bash process

How can I use ":" as an AWK field separator?

bash awk

Install MySQL on Ubuntu without a password prompt

mysql bash ubuntu apt

How to get the first line of a file in a bash script?

bash

Fast way of finding lines in one file that are not in another?

bash grep find diff

Open and write data to text file using Bash?

bash shell

Test if a command outputs an empty string

bash shell