Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Force flushing of output to a file while bash script is still running

bash file flush

cp -r without hidden files

linux bash cp

How to read MANIFEST.MF file from JAR using Bash

bash jar manifest.mf

here-document gives 'unexpected end of file' error

bash email heredoc

How do I delete all lines in a file starting from after a matching line?

linux bash sed

How do I assign ls to an array in Linux Bash?

arrays bash shell ls

In bash, how do I count the number of lines in a variable?

bash string

How to keep quotes in Bash arguments? [duplicate]

bash quotes

How can I align the columns of tables in Bash?

bash echo

Renaming part of a filename [duplicate]

bash filenames rename

Why can't I specify an environment variable and echo it in the same command line?

A confusion about ${array[*]} versus ${array[@]} in the context of a bash completion

arrays bash bash-completion

Bash: pass a function as parameter

Forward function declarations in a Bash or a Shell script?

How to get the name of the current git branch into a variable in a shell script? [duplicate]

linux git bash shell ubuntu

Pipe only STDERR through a filter

linux bash redirect

Emulating Bash 'source' in Python

python bash

How to find the length of an array in shell?

arrays bash shell

How to evaluate a boolean variable in an if block in bash? [duplicate]

bash

Bash script to receive and repass quoted parameters

bash unix