Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

from a column, take each 3 values and put them in a row

bash shell

Detect repeated characters using grep

linux bash grep

How can i check if specific value exist in list with yq

linux bash yq

bash script: find max, group by and sort by column

bash shell

matching tab with sed

regex bash sed

jq: select when values from another array match value in this json

json regex bash jq

Open gnome-terminal without sourcing .bashrc

How to make git show --stat listing only the number of files changed, insertions and deletions?

bash git shell terminal

/bin/sh: 1: Bad substitution Makefile [duplicate]

bash shell docker makefile

How to remove escape char from string in bash using sed?

bash unix sed escaping character

How to loop through the sorted list of file names in two directories

bash for-loop whitespace

How to capture Ctrl-C and use it to exit an endless loop properly

bash wine sigint

How to get public ip of an EC2 instance from aws CLI by instance id?

Why does xdotool type twice ? How can I avoid it?

How to get PHP-FPM status via CLI or pure FastCGI

php bash monitoring fastcgi fpm

Is there a way of having a GUI for bash scripts?

python user-interface bash

Conda Create Environment - No Compatible Shell found

bash conda miniconda

How to perform base 64 encoding from CLI without the base64 command?

bash base64 busybox

Container exited with code 0 when run from docker-compose

How to safely echo all arguments of a script? [duplicate]

bash echo