Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to syntax check portable POSIX shell scripts? [duplicate]

shell posix sh static-analysis

How to prevent a user from using ctrl-c to stop a script?

bash shell

How to prompt for both user and password in curl command? [duplicate]

Correctly allow word splitting of command substitution in bash

bash shell

sudo command on MacOS Sierra does not respect timestamp_timeout

shell sudo macos-sierra

how to pass in a variable to awk commandline

bash shell awk

Solution for using iTerm2 'shell integration' and screen (over ssh)

shell iterm2

How to combine getopts and positional parameters in bash? [duplicate]

bash shell parameters getopts

how can I enter multiple lines in an OSX terminal? [duplicate]

bash macos shell

Find command regextype difference between 'posix-extended' and 'posix-egrep'

regex shell grep sh

echo $PATH in system() give me a wrong output [duplicate]

c linux shell

What is the meaning of -n, -z, -x, -L, -d, etc... in Shell Script?

linux bash shell

Can I grep for multiple patterns but have some be inverse? [duplicate]

bash shell awk grep

Why is [[ ! ! expr ]] equivalent to [[ ! expr ]] in bash?

bash shell command-line

I installed fish shell on my computer and now I can't open the VS code terminal [closed]

Third-party windows command-line program?

How do I make the dock icon stop bouncing after my app wrapper script starts?

macos shell zsh dock

Shell script to test whether a directory exists and if not create it?

shell directory exists

How to run command in the background and notify me via email when done

linux bash shell

How to do "tail this file until that process stops" in Bash?

bash shell