Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash command starting with colon with another colon before an equals signs [duplicate]

bash colon

Nested `source` commands in my bash script?

bash

Pass quoted arguments to shell script and maintain quoting [duplicate]

linux bash shell

Why do my setuid root bash shell scripts not work?

shell $@ variable assignment and iteration

bash shell sh

Press any key to abort in 5 seconds

bash user-input

awk/sed/grep to delete lines matching fields in another file

linux bash awk sed

Let Bash trap DEBUG see pipe as one command

bash

How can I set $PS1 with Dockerfile?

Use grep to print only the context

bash shell awk grep

bash edit-and-execute-command echo

bash

Bash: how to trap set -e, but not exit

bash exit-code

systemd script - environment file updated by ExecStartPre

linux bash systemd

grep lines that start with a specific string

regex string bash awk grep

Using `until` and `/usr/bin/timeout` in a script

bash loops while-loop timeout

Bash control flow using || on function, with set -e

What is the right way to do command grouping in bash

bash

Git: changing committers info

git bash

Why is the KILL signal handler not executing when my child process dies

bash

Passing all parameters to a function in fish shell

bash function shell fish