Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Is there a list of 'if' switches anywhere?

Get exit code for command in bash/ksh

bash unix ksh exit

Automatically remove *.pyc files and otherwise-empty directories when I check out a new branch

git python bash

How to programmatically determine whether the Git checkout is a tag and if so, what is the tag name

git bash shell

What is the meaning of a question mark in bash variable parameter expansion as in ${var?}?

bash variables syntax

Store grep output in an array

arrays bash shell

What is cp: cannot stat error in Unix, I get this error when trying to copy thing from one folder to another

bash unix command-line cp mv

Pass bash script parameters to sub-process unchanged

bash scripting parameters

How to provide password to a command that prompts for one in bash?

bash unix passwords

sh command: exec 2>&1

bash shell exec

How can I detect whether a symlink is broken in Bash?

bash symlink

Explaining the 'find -mtime' command

linux bash find

Why can't I use job control in a bash script?

bash job-control

MINGW64 "make build" error: "bash: make: command not found"

Use curl to download a Dropbox folder via shared link (not public link)

macos bash unix curl dropbox

Extract string from string using RegEx in the Terminal [duplicate]

regex bash grep

/bin/sh: Syntax error: Unterminated quoted string

bash ubuntu

Using curl in a bash script and getting curl: (3) Illegal characters found in URL

linux bash curl awk

How can I replace ALL instances of a string in the previous command in Bash? [duplicate]

bash

Using getopts inside a Bash function

bash function getopts