Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Get pid of current subshell

bash sh

Specify private key in SSH as string

bash ssh

How to get the cursor position in bash?

bash text-cursor

Printf example in bash does not create a newline

bash printf

bash and readline: tab completion in a user input loop?

bash bash-completion

How can I get both the process id and the exit code from a bash script?

bash shell

Check if service exists in bash (CentOS and Ubuntu)

linux bash ubuntu service centos

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