Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

how can I enter multiple lines in an OSX terminal? [duplicate]

bash macos shell

extracting specific lines from a text file

bash awk sed

Bash interpreting associative array keys as octal numbers

bash associative-array

How concatenate strings with a newline

bash newline

Bash - How to strip the first and last slash in a string if present?

bash

Make rustc, cargo, rustup, rustdoc commands work without sudo inside the Windows Subsystem for Linux

How to check if docker pull actually pulled something

bash docker

Run bash command from windows Command line (WSL)

Syslog - How to Show Colorized Messages?

What is the meaning of -n, -z, -x, -L, -d, etc... in Shell Script?

linux bash shell

Can I grep for multiple patterns but have some be inverse? [duplicate]

bash shell awk grep

Calculate median of a sliding window with awk

bash awk median sliding-window

Why are Bash conditions not symmetrical when using wildcards?

bash

Github Action - Error: Process completed with exit code 1

bash git github github-actions

Why is [[ ! ! expr ]] equivalent to [[ ! expr ]] in bash?

bash shell command-line

How to convert between the unicode forms: string, name, number

bash perl one-liner

Synchronize home directories from multiple clients to a server

bash backup rsync

For loop using find lacks doesn't properly handle directory names having white space character

bash find whitespace for-loop

How to run command in the background and notify me via email when done

linux bash shell

Run pdb without stdin/stdout using FIFO

python bash pdb