Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to get rid off "no access to tty (Bad file descriptor)" message in bash?

linux bash shell ssh

Creating files in a *nix environment with an email address as its name

Opening pipe with exec hangs

bash file-descriptor

split command output into array of lines

bash

How to pass command line parameters with quotes stored in single variable?

linux bash shell

Synology diskstation bash script: delete old files (leave only 10 newest files)

bash synology

BASH: Ctrl+C during input breaks current terminal

linux bash shell terminal

Bash script echo is performing a strange substitution

bash shell glob substitution

git hook to test if a file contains the right data

git bash githooks

string manipulation: remove last component of path

linux string bash

How remove text before patern only on line where the patern is?

bash shell

Terminal apply a command to all sub directories

associate multiple values for one key in array in bash

arrays bash dictionary

Problem with bash readarray -t array assignment when jq outputs an empty string

How to find the count of and total sizes of multiple files in directory?

linux bash shell sh redhat

How can I run a non-blocking bash command and block on its output?

bash blocking

How to match filenames under different directories using bash

bash shell scripting

Escaping Dollar sign in Jenkins credentials

bash jenkins yaml

Reliable exit from bash function on error

find, xargs: execute chain of commands for each file

bash shell find pipe xargs