Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What is a reason for using shift $((OPTIND-1)) after getopts?

bash

Specify which shell Yarn uses for running scripts

node.js bash shell sh yarnpkg

Bash conditional based on exit code of command

sh return: can only `return' from a function or sourced script

tar: Failed to open '/dev/sa0' error in FreeBSD [closed]

bash freebsd tar

Replacing "#", "$", "%", "&", and "_" with "\#", "\$", "\%", "\&", and "\_"

bash latex sed escaping grep

Bash: Getting PID of daemonized screen session

bash gnu-screen

Use zcat and sed or awk to edit compressed .gz text file

bash awk sed

How to timeout a group of commands in Bash

linux bash command timeout

OS X terminal command to create a file named on current date

macos bash date terminal

Recursively unzip files and then delete original file, leaving unzipped files in place from shell

bash unzip rm

Bash nested quotes and eval

bash nested eval quotes

BASH Base64 Encode script not encoding right

linux bash variables base64

awk adding color code to text

linux bash shell awk

how to combine two variable column-by-column in bash

linux bash

Until user input equals something do

bash shell variables input

How to match until the last occurrence of a character in bash shell

regex bash shell grep

How can a bash script know the directory it is installed in when it is sourced with . operator?

linux bash unix shell scripting

Any way to execute a piped command in Python using subprocess module, without using shell=True?

python bash

Ambiguous redirect when redirecting to multiple files using Bash

bash redirect pipe