Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How can I get iTerm to use the newer version of bash that brew shows? Change a user's shell on OSX

Piping and Redirection

bash shell redirect pipe

Assign results of globbing to a variable in Bash

bash glob

return value from python script to shell script

python linux bash shell

Exporting JSON to environment variables

How to keep associative array order?

arrays bash loops

parse arguments after getopts

Redirecting command output to a variable in bash fails

linux apache bash shell terminal

How do I capture the output from the ls or find command to store all file names in an array?

arrays bash find capture ls

How can I sort file names by version numbers?

bash sorting shell version

Looping through all files in a directory [duplicate]

bash shell loops

How can I get the variable value inside the EOF tags?

How to use sed to replace regex capture group?

regex bash sed

Custom Bash prompt is overwriting itself

bash command-prompt gentoo

Unix: merge many files, while deleting first line of all files

bash merge

How to iterate over an array using indirect reference?

bash scripting indirection

What's the difference between ln -s and alias?

macos bash shell command-line

How to check the checksum through commandline?

bash command-line

Find and Replace string in all files recursive using grep and sed [duplicate]

linux bash recursion sed grep

Is there any mutex/semaphore mechanism in shell scripts?