Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

store return value of a Python script in a bash script

How to send control+c from a bash script?

bash gnu-screen

How to get script directory in POSIX sh?

bash posix sh

Create file with contents from shell script

bash shell

How to use Bash read with a timeout?

bash io timeout

bash, Linux: Set difference between two text files

bash file-io set-difference

Read tab-separated file line into array

arrays bash

What is the 'function' keyword used in some bash scripts?

bash

Check if image:tag combination already exists on docker hub

bash docker dockerhub

Recreating PyCharm launcher in Ubuntu

bash ubuntu pycharm

How can I count the number of characters in a Bash variable [duplicate]

linux bash

How do file descriptors work?

How to escape a single quote in single quote string in Bash?

linux bash escaping

sed plus sign doesn't work

regex bash sed

How do I use a pipe in the exec parameter for a find command?

bash shell find

access host's ssh tunnel from docker container

Replacement for source in sh

bash shell sh dot-source

diff a directory recursively, ignoring all binary files

bash shell diff binaryfiles

setting tabwidth to 4 in git show / git diff

git bash tabs whitespace spaces

Why piping input to "read" only works when fed into "while read ..." construct? [duplicate]

bash while-loop pipe piping