Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

shell script to spawn processes, terminate children on SIGTERM

Bourne shell: send arguments $2 to $N to variadic function?

shell variadic-functions sh

how to include a file containing variables in a shell script

linux bash sh

In bash script, how to use function exit status in while loop condition

linux bash shell sh

How can I run a docker container and commit the changes once a script completes?

bash docker sh commit

In a bash script, what would $'\0' evaluate to and why?

linux bash shell sh

Reading quoted/escaped arguments correctly from a string

bash shell sh

jenkins pipeline sh adding new line

Syntax error: "fi" unexpected (expecting "then") in bash script

bash command-line scripting sh

How to test Unity projects with Travis CI?

unity3d sh travis-ci

Why does Scala use a reversed shebang (!#) instead of just setting interpreter to scala

bash scala sh

Effects of comment (#) lines before and/or after the comment-like #!/bin/sh line

shell comments sh shebang

Do test operators -a and -o short circuit?

shell posix sh

Disable the arrow keys while a JAR is executed

bash jar sh

How POSIX compliant is "/path/file/.."?

bash sh posix cd ash

Detect if stdout is redirected to a pipe (not to a file, character device, terminal, or socket)?

linux unix posix sh

What does "2<&1" redirect do in Bourne shell?

bash shell redirect sh

pid=`cat $pidfile` or read pid <$pidfile?

posix sh

OSTYPE not available in shell script

Pipe to executable without exiting/EOF in bash

bash sh