Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

How do I call a function in bash if there is an alias by the same name?

bash function alias

Bash array creation: ("$@") vs ($@)

linux bash shell

How to send the syslog output to stdout? [duplicate]

c linux bash shell syslog

What is the difference between 'sort -u' and 'uniq'?

bash sorting uniq

Consume stdin multiple times in bash script

bash tee

Getting a dynamic bash prompt PS1 right

bash ps1