Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Highlight Bash/shell code in Markdown files

Bash command to sum a column of numbers [duplicate]

bash

./configure : /bin/sh^M : bad interpreter [duplicate]

linux bash shell newline

Setting an environment variable before a command in Bash is not working for the second command in a pipe

Capturing Groups From a Grep RegEx

bash shell grep

An example of how to use getopts in bash

bash shell getopts

How to assign a heredoc value to a variable in Bash?

bash heredoc

What's the difference between [ and [[ in Bash? [duplicate]

bash

Return value in a Bash function

bash function return-value

Linux how to copy but not overwrite? [closed]

linux bash cp

How to execute mongo commands through shell scripts?

mongodb bash shell sh

Git Bash is extremely slow on Windows 7 x64

Using getopts to process long and short command line options

How do I remove the file suffix and path portion from a path string in Bash?

string bash filenames

Running multiple commands in one line in shell

bash shell

Pipe output and capture exit status in Bash

bash shell error-handling pipe

How to create a cron job using Bash automatically without the interactive editor?

bash shell cron

Create timestamp variable in bash script

bash variables timestamp

Linux: copy and create destination dir if it does not exist

linux bash shell unix cp

Is there a TRY CATCH command in Bash

bash shell error-handling