Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to backup filesystem with tar using a bash script?

bash backup

Problem getting `jq` and `watch` to play together nicely?

bash curl jq watch

Merging two files into one based on the first column

perl bash shell awk

How can I download using a bash script from a CSV file with URLs?

bash csv

Understanding `history` for bash

bash history

How to get grep consider any character as regular

linux string bash sed grep

Idiomatic bash: set default value for variable [duplicate]

bash idioms

Weird issue when running grep with the --include option

Understand when to use spaces in bash scripts

linux bash unix

Losing Data from bash Script in Java

java bash

How to create efficient error checking in Bash script?

How do I parse certain tags from an XML file and store them in an array using Bash?

xml bash parsing

Difference between myFun() and function myFun

bash function

bash scripting - echo only if not empty

bash echo newline

compile FFTW fortran program

bash compilation fortran fftw

How can I find the number of 8 letter words that do not contain the letter "e", using the grep command?

linux bash unix grep wc

AWK: backslash as one of the many field seperators

bash awk

apt-get doesn't work as expected within bash script

python linux bash debian

gitattributes - how to identify bash script files with no extension

git bash gitattributes

Simplest way to split a csv string into an array that works for both bash & zsh

arrays string bash split zsh