Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

tail -F log.log | grep ResponseTime | cut -d = -f 2

bash unix pipe

Search for a String, and retrieve all lines following it until another specific pattern

bash scripting sed awk grep

recursive directory svn move shell script

svn bash

How to write a web based GUI for a bash script?

git bash user-interface web

Recursive search using awk command

bash recursion awk

Use sed in bash to replace string with heredoc

bash sed

Bash Script sorting array of files by size

bash shell sorting

jq - iterate through dictionaries

json bash iteration jq

Adding a number to column [line by line]

linux bash shell awk

Add Gem 'wdm' to your GemFile

ruby-on-rails ruby git bash wdm

Extract multiple independent regex matches per line

regex bash awk sed

Convert JSON to String surrounded by Single Quotes Bash / JQ

json string bash jq

What does set -a "Mark variables which are modified or created for export" actually mean?

bash set

Replace string according dictionary file in awk

bash unix awk sed

How to translate seconds to minutes & seconds in Bash?

linux bash math time

How can I determine the number of fields in a CSV, from the shell?

Sourcing a bash script does not error when pipelined with &&

bash

Show pipenv virtualenv in PS1

How to create a temporary directory under a directory in bash [duplicate]

bash

How to create a variable in a bash script that contains the data from a postgres database