Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Using bash history to get a previous command, copy it and then 'run' it but with the command commented

linux bash command-line

Don't save current bash session to history

bash

How can I make all line endings (EOLs) in all files in Visual Studio Code, Unix-like?

Exec commands on kubernetes pods with root access

bash docker kubernetes

kill a process in bash [duplicate]

bash

How to print a function definition in Bash?

bash

Fastest possible grep

bash unix grep

Checking host availability by using ping in bash scripts

How to highlight Bash scripts in Vim?

How to build a conditional assignment in bash?

bash

reverse the order of characters in a string

bash

in linux terminal, how do I show the folder's last modification date, taking its content into consideration?

Explanation of colon operator in ": ${foo=value}"

bash

How to store command results in a shell variable? [duplicate]

bash shell

What is the proper way to test a Bash function's return value?

bash function syntax

exit with error message in bash (oneline)

bash message exit

How do I test (in one line) if command output contains a certain string?

bash

Exception handling in shell scripting?

Is mixing getopts with positional parameters possible?

bash shell parameters

Bash prompt with the last exit code

linux bash prompt