Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

running a program through ssh fails with "Error opening terminal: unknown."

linux bash parsing ssh pipe

How can I test my Bash script on older versions of Bash?

missing end to balance this if statement

git bash shell unix fish

Bash: How to use operator parameter expansion ${parameter@operator}?

Tool to automatically rewrite a bash script with proper quoting?

What's the difference between: ". [script]" or "source [script]", "bash [script] or $SHELL [script]", and "./ [script]" or "[script]"?

linux bash shell dot-source

Run a command for each item in jq array

bash jq

docker compose command: Invalid interpolation format for "command" option in service

bash docker docker-compose

`ls -l` for all parent directories

linux bash ls

List only numeric file names in directory

linux bash

Bash: How can I move all the content in the folder up to one level?

bash move

Enable/Disable tasks in Crontab by Bash/Shell

linux bash shell crontab

How can I configure bash to handle CRLF shell scripts?

Ask MongoDB if it is Master out of a bashscript

bash mongodb ubuntu

How to send a password with a $ symbol in Expect Script

what the meaning of this link in linux script

linux bash

How to rename folders and files recursively in MacOS

macos bash recursion rename

Why I am not getting signal SIGKILL on kill -9 command in bash?

linux bash signals

Python calculator - Implicit math module

Bash subshell errexit semantics

bash