Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Trouble doing grep only 10 digit number from a file

linux bash unix grep

How to get the content of a function in a string using bash?

Extract the two first words of a string in bash

string bash extract

Accessing script positional parameters inside a function

bash

concatenate variable into single variable separated by comma with for loop

linux bash shell

How to compile all the c files in given directory? [closed]

bash terminal

split file with output file with numeric suffix but without begin zero

linux bash split

Bash script to install conda leads to "conda: command not found" unless I run `bash` at the command line afterwards

python linux bash shell conda

different results between crontab and running script manually

Run script in multiple machines in parallel

bash gnu gnu-parallel

increment var in gnu parallel

Using bash wildcards with prefix

Bash function to check for unset and blank variables

bash

How to quickly switch between docker environments for development?

Fetch multiple pages of json with jq

json bash terminal jq

Performing a sed -i on a list of files in stdin

How to verify if the string also starts and ends with a space in shell script?

regex linux bash shell

Appending rather than overwriting files when moving

linux bash command-line

Writing a Unix filter using bash

bash

What does : ${ROOT_DIR:="."} do in a bash script?

bash shell unix