Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I filter tab-separated input by the count of fields with a given value?

bash csv awk sed grep

Replace empty CSV value with NULL using sed

regex bash csv sed

UNIX: Sort files by number/version without 0 padding

bash shell sorting unix

how to use echo with find in bash?

bash find

Bash script counting instances of itself wrongly

linux bash grep ps

get parent directory of a file in bash

linux bash shell sh

Simulate key press in bash

bash

Create array from a list generated by grep

bash

Why is bash (WSL) using w3m as it's default browser?

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