Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to use ${OPTARG} on getopts?

linux bash getopts

I want to open a netcat connection and keep sending some text forever

bash netcat

Case Statement not matching "*"

bash

Launching perf from bash script with CAP_SYS_ADMIN and CAP_IPC_LOCK capabilities

sed error near unexpected token '(' where ( is part of search string

regex bash sed

What is the simplest way to display all branches that have not been committed to for more than 6 months?

bash git shell

Formatting git log output with sed/awk/grep

regex git bash sed awk

GNU parallel freezes

linux bash gnu-parallel

Pattern Matching or RegEx Man Page in linux/unix?

regex linux bash shell unix

Running zcat on multiple files using a for loop

cURL: how can I return 0 if status is 200? [closed]

linux bash shell curl

linux batch rename directories and strip # character from name

linux bash command-line

How can I extract sections of a file based on a "starting" and "ending" pattern

bash scripting debian

Replace \n with space in jq query/command output without tr and sed commands

bash shell unix filter jq

How to pipe the result of "ngrok http 8000" to another file?

python bash sh ngrok

Print command output while storing in variable [duplicate]

bash stdout io-redirection tee

Comment out a command line in bash using Readline

linux macos bash unix terminal

How to use 'patch' command with the standard output?

linux bash patch

OhMyZsh: override Git plugin aliases with custom multi-line aliases / functions

bash git alias zsh oh-my-zsh

In a sourced shell script set $? to a variable's value and then unset variable at same time

bash ksh