Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

in Bash you can set -x to enable debugging, is there any way to know if that has been set or not from within the script?

bash debugging set

sed replace last line matching pattern

regex bash sed

Prompt user to select a directory with a bash script and read result

bash macos shell

Extracting part of a string to a variable in bash

string bash sed find extract

How does bash deal with nested quotes? [duplicate]

Show git branch and status in Mac Bash [duplicate]

macos git bash

Reference to a bash variable whose name contains dot

bash

Command line to delete all ClearCase view-private files

bash cygwin clearcase

What is the easiest way to "detach/daemonize" a Bash script?

bash process daemon sleep detach

Count files and directories using shell script

linux bash shell unix scripting

best way to programmatically check for a failed scp in a shell script

bash shell unix

Include non-0 exit codes in the subsequent bash prompt

bash command-prompt

How to write integer to binary file using Bash? [duplicate]

linux bash shell

Run git gc on multiple repositories [duplicate]

git bash

Shell variable issue when trying to mkdir

linux bash shell variables

Shell variable is available on command line but not in script

bash unix

How to delete everything in a string after a specific character?

linux bash

Import XML files to PostgreSQL

xml bash postgresql

Output the results of select operation in an array - jq

bash jq

How to check whether a background job is alive? (bash)