Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Reading through a file line by line without loading whole file into memory

mysql perl bash sqlite bigdata

get ouput from shell script back into a makefile

bash scripting makefile

How to resolve Environmental Variables in a Thoughtworks Go task command

bash thoughtworks-go

Conditional sed substitution

bash

Parse a remote xml.gz file of a database without downloading

python bash pubchem

git add - can I force exit code 0 when the only error is the presence of ignored files?

bash git scripting

How can I automatically open a file if it's the only result in grep?

bash grep

Cannot figure out how to fix shellcheck complaint that I should not use a glob as a command when starting one script from another

bash glob shellcheck

Making xargs work in Cygwin

bash shell cygwin xargs

View which Bash profile scripts were loaded

macos bash

Search for matching filename pattern with a bash script

bash filenames

how to get and install in one line , wth curl and dpkg

bash curl dpkg

How to wait for message to appear in log in shell

bash shell

Save git output to a variable

git bash

how to select the last line of the shell output

bash shell awk sed

Transform array to string using jq

arrays json string bash jq

grep -w finds partial match in words with non-latin letters

bash grep

pg_backup.sh: "No such file or directory" for pg_backup.config

Extracting string before pattern with sed (bash)

regex bash sed

Determining NR within BEGIN section of awk script

bash awk