Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Sed substitution and external command

bash sed

changing the output filenames in [split] [closed]

bash split terminal

How to find and replace items not preceded or followed by specific characters with sed?

bash replace sed

Testing against -n option in BASH scripts always returns true

bash shell sh

Bash history between two points in time

bash shell history built-in

Bash scripting redirection not working, why? [duplicate]

bash

Find the install location of brew on OS X

bash homebrew

Are there any alternatives to the "echo" command?

bash shell unix

Propagating exit code to caller in case of a shell error from script having an exit trap

bash exit-code bash-trap

Parallel Iterating IP Addresses in Bash

linux bash curl gnu-parallel

What is the significance of // in bash?

bash shell unix

How do I copy stderr without stopping it writing to the terminal?

bash stderr

GNU Parallel in BASH script with "export -f <func>" failed with "Command Not Found" error when Crond

How to get second-to-last argument from previous bash command? (in an interactive bash shell)

edit conf file in docker file

linux apache bash

Glob matching (wildcards) in fish shell not matching bash behavior

bash glob fish

Shell script print line number when it errors out

bash shell scripting

node.js unavailable via ssh

node.js bash ssh

Display only matched string with grep

regex bash grep match

What is difference between `$*` an `$@` in Bash [duplicate]

arrays bash parameters