Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

while IFS= read -r -d $'\0' file ... explanation

bash

How can i run a sudo command in Bash script?

bash shell

I am getting error "array.sh: 3: array.sh: Syntax error: "(" unexpected"

arrays bash shell ubuntu

Get list of database names using psql

bash postgresql psql

Dynamic change bash prompt according to path

Bash indirect reference to an associative array

Efficiently find PIDs of many processes started by services

bash centos7

Creating histograms in bash

bash loops awk histogram

grep with continuous pipe does not work

linux bash grep pipe stdout

How can I find the reason that Python script is killed?

python bash

sed-ish oneliner to perform arithmetic within substitution

bash awk sed

Convert each integer to a simple ASCII graph

bash

Change script directory to user's homedir in a shell script

linux bash shell

remove old backup files

bash shell

How do I prepend to a stream in Bash?

bash stream pipe prepend

scp: how to find out that copying was finished

linux bash shell sh scp

Why doesn't the cut command work for a "docker image ls" command?

bash shell

My .bash_profile changes didnt take place even after restarting mac terminal, what can i do?

python bash macos

Is it possible to cout to terminal while redirecting cout to outfile?

c++ bash shell redirect cout

Counting unique values in a column with a shell script

bash awk unique