Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Print array elements on separate lines in Bash?

arrays bash

Check if a string matches a regex in Bash script

regex bash shell scripting

How to detect if a script is being sourced

bash ksh

How do I use floating-point arithmetic in bash?

How to split one string into multiple strings separated by at least one space in bash shell?

bash shell string split

What's the difference between nohup and ampersand

linux bash nohup

Copy files from one directory into an existing directory

bash file directory copy cp

Select unique or distinct values from a list in UNIX shell script

bash unique distinct ksh sh

How to find whether or not a variable is empty in Bash?

bash shell is-empty

Installing Homebrew on OS X

How to create User/Database in script for Docker Postgres

Get last dirname/filename in a file path argument in Bash

linux bash shell svn

How to read from a file or standard input in Bash

bash stdin

Bash conditionals: how to "and" expressions? (if [ ! -z $VAR && -e $VAR ])

bash shell

How can I ssh directly to a particular directory?

bash shell scripting ssh

How can I detect if my shell script is running through a pipe?

bash shell pipe

How can you run a command in bash over and over until success?

bash command while-loop

What is the difference between $(command) and `command` in shell programming?

bash shell ksh sh

How can I repeat a character in Bash?

bash shell echo

Find the files existing in one directory but not in the other [closed]

linux bash diff