Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

How can I have output from one named pipe fed back into another named pipe?

bash pipe named-pipes sh mkfifo

The scope of local variables in sh

shell sh dash-shell

Is there a fast way to read alternate bytes in dd

shell sh busybox dd

What does `!:-` do?

linux bash ubuntu debian sh

small sh script to log processes ram and cpu usage

linux bash sh

How to use REGEX inside of an if statement

bash shell sh

docker -ps --format output with substr

Using export -f with xargs not working [duplicate]

bash sh xargs

os.Exec and /bin/sh: executing multiple commands

bash shell go sh

Is ./*/ portable?

shell sh posix glob

Change delimiter in string type of variable in bash

bash shell while-loop sh

What level of expertise would this interview item suggest? unset foo; echo bar | read foo; echo $foo [closed]

bash ksh zsh sh

Shell script if statement [: unexpected operator [closed]

linux shell debian sh

How to sleep a random fraction of a second in POSIX shell?

shell random posix sleep sh

How to run SDKMAN on shell script

shell sh sdkman

sh script not finding variables

linux sh

Why is "xcodebuild: command not found" in this build script?

xcode bash sh xcodebuild

Dockerfile mkdir permission denied

bash docker sh

How to open apps from bash (Linux)

linux bash sh

Why does `(( 0 ))` have a return value of 1 in .sh script?

bash shell sh