Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash - correct way to escape dollar in regex

SVN / Git / Bash

ubuntu bash svn git

shebang script interpreter from shell variable

bash shell

Kill the previous command in a pipeline

linux bash awk waf ns-3

-bash: command substitution: line XX: syntax error: unexpected end of file

bash

Listing all directories except one

linux bash shell

Change linux password in a script, quietly

linux bash shell unix passwd

Why do I get different bash script results when invoked with 'set -x', and how do I fix it?

bash

Duplicate photo searching with compare only pure imagedata and image similarity?

Comparing three .csv files and outputting similarities

bash csv

Grep to find a file that contains a string in a directory

bash shell grep

Bash script to remove 'x' amount of characters the end of multiple filenames in a directory?

linux bash unix sed

BASH if directory contains files or doesn't

bash shell

Difference between $@ and $* in bash scripting [duplicate]

bash

In bash, how to use a variable as part of the name of another variable?

bash variables

How can I resolve this error in shell scripting: "read: Illegal option -t"?

bash shell ubuntu

How to get this init.d script to start at server restart?

linux bash shell redis centos

Using command substitution or similar, but still having script exit (using set -e)

bash

Attach to MySQL client entirely via FIFOs

mysql bash pipe fifo

What happens when I use `&` with a function in a Bash script?

linux bash shell