Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Change directory and execute file in one command

Strange behavior of argv when passing string containing "!!!!"

c bash quotes argv

cmd 2>&1 > log vs cmd > log 2>&1 [duplicate]

Using "and" in Bash while loop

linux bash

How to run binary file in Linux

linux bash

How to generate a list of all dates in a range using the tools available in bash?

bash shell

Remove all whitespaces in a file- Linux

regex linux bash sed

rsync: --include-from vs. --exclude-from what is the actual difference?

bash unix rsync

Create JSON using jq from pipe-separated keys and values in bash

json bash docker jq

Removing a newline character at the end of a file

bash scripting newline tr

How do I get accented letters to actually work on bash?

bash: defining a file-local variable invisible to sourcing script

bash

bash functions: enclosing the body in braces vs. parentheses

bash: What is a jobspec

linux bash unix jobs

Kill a process and wait for the process to exit

How can I close a netcat connection after a certain character is returned in the response?

linux bash netcat

How to scroll back the terminal to where the last command was given?

Loop over set of strings containing spaces

bash

Redirect standard input dynamically in a bash script

Checking file owner permissions

bash permissions