Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Can you convert a date to yyyy/mm/dd using sed?

bash awk sed

How to filter values in a date range when the exact timestamps are not entered in the log

linux bash shell awk sed

What does "-xe" with Shebang (#!/bin/bash) in Shell Script stand for?

bash shell shebang

How to hide the cursor in a terminal during a script and restore it back to normal if the command is interrupted?

linux bash shell

Finding all the Enviorment Variables in Bash

Passing parameter in docker build command with fish

Why is $(( sum += i )) in bash telling me "command not found"?

bash scripting

Maximum nested function level reached

bash zsh

Extracting characters every 2000 characters and save files

python perl bash shell

A bash riddle concerning stream redirection: `cat x > y <` [closed]

bash sh

Select mysql query with bash

mysql bash

How do I log stderr and stdout synchronously, but print stderr to screen only?

bash shell stdout stderr

How to subtract two floating point numbers derived from a string

Bash script, need help for loop

linux bash iptables

awk - delete line if next lines don't match pattern

regex bash awk

openssl input in hexadecimal for bash

bash openssl sha hmac digest

What does expanding a variable as "${var%%r*}" mean in bash? [duplicate]

bash variables

Bash - how to sort negative values? [duplicate]

bash sorting

How to skip files belonging to a git submodule?

bash git macos

Run any Linux terminal command from TypeScript?

linux bash typescript terminal