Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Reading from stdin OR file using awk

bash shell unix awk

What is the bash command on Ubuntu to list all the signals?

bash ubuntu signals

How to get the exit status of second last command?

bash shell

Piping docker run container ID to docker exec

bash docker pipe exec

bash command to redirect stdin in while loop (using sed)

bash while-loop stdin readfile

Why doesn't kubectl bash completion work on macOS/OS X?

Perl command line replace for unicode

regex bash perl unicode

Replace text between two lines with contents of a file stored in a variable in sed

linux bash sed

Command to convert hexdump back to text

bash command-line hexdump xxd

How to create a personal git function, usable every time I launch Bash?

git bash function github

Bash script to mkdir on each line of a file that has been split by a delimiter?

linux bash xargs

How to remove preceding spaces before non space text begins + regex + sed +

regex bash sed

SLURM: Embarrassingly parallel program inside an embarrassingly parallel program

bash matlab slurm

Fetching and deleting a message over IMAP using cURL

bash curl imap

Change entry in a JSON list that matches a condition without discarding rest of document

json bash edit jq

python export env variable in Linux shell

python linux bash shelve

How to Install GNU Parallel on Windows 10 using git-bash

How to rename files in bash to increase number in name?

linux bash rename

Stop recursion of find command if match found

bash gnu-findutils

How does one properly assign temporary Bash variables on a per-command basis?

bash scope ifs