Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Modify a key-value in a json using jq in-place

json bash shell jq

Removing created temp files in unexpected bash exit

bash exit temporary-files

Split output of command by columns using Bash?

linux bash pipe

Gulp command not found after install

macos bash terminal npm gulp

How to execute the output of a command within the current shell?

bash shell unix pipe

envsubst: command not found on Mac OS X 10.8

What does 'bash -c' do?

linux bash

Piping not working with echo command [duplicate]

bash echo

The easiest way to replace white spaces with (underscores) _ in bash [closed]

bash sed

How do I know when my docker mysql container is up and mysql is ready for taking queries?

mysql bash shell docker

bash alias command with both single and double quotes

How to invoke bash, run commands inside the new shell, and then give control back to user?

shell bash

How do you diff a directory for only files of a specific type?

linux bash

How can you export your .bashrc to .zshrc?

zsh bash zshrc

Force flushing of output to a file while bash script is still running

bash file flush

cp -r without hidden files

linux bash cp

How to read MANIFEST.MF file from JAR using Bash

bash jar manifest.mf

here-document gives 'unexpected end of file' error

bash email heredoc

How do I delete all lines in a file starting from after a matching line?

linux bash sed

How do I assign ls to an array in Linux Bash?

arrays bash shell ls