Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

Tomcat 9 running on docker - Cannot find /usr/local/tomcat/bin/setclasspath.sh

docker shell tomcat sh catalina

Why can I not use echo with GIT_ASKPASS

git sh

A bash riddle concerning stream redirection: `cat x > y <` [closed]

bash sh

Executing an external command in Vala does not return the desired data

sh glib vala

Running a background process versus running a pipeline in the background

docker sh pipeline

inotifywait not performing the while loop in bash script

How to collect the logs and output from a program and pass them into the parameter of a function

bash shell sh embedded-linux

How do i fail docker run when my sh script fails inside

docker gitlab sh gitlab-ci

Windows 10 associated my .sh files to Notepad

windows sh

'while head -n 1' curiosities

Shell scripting: test if a string contains a character (including chars like '*' and '\') [duplicate]

string bash shell sh

Sending commands to screen: limits of "stuff", quirks w/ newlines

bash sh gnu-screen

How to sort alphanumeric by numbers in shell

bash unix sh

Print stdout in Python without shell escape sequences

python shell escaping sh

Modifying positional parameters while iterating over them in POSIX sh

shell sh posix

shell case pattern [...] disallowed chars

bash sh posix

Setting an environment variable before a command in bash

What '<&1' mean in this script "read -n 1 k <&1"

bash shell sh