Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sh

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

why this regex from git ls-remote is not working as it should be?

regex git grep sh

grouping in shell script

bash shell sh

List all directories sorted by size in descending order

linux bash shell sh

How to read and parse JSON in shell scripting without using json tool and JQ tool [duplicate]

linux bash shell unix sh

How to have function with parameters inside bash test [

bash shell if-statement sh

Why: syntax error near unexpected token `fi'

sh configure autoconf

"Exec format error" with docker run command

shell docker sh dockerfile

Fastest way to know the status of mercurial repo

shell mercurial sh

How to merge multiple columns in a file to a single column using bash commands? [duplicate]

linux bash sh

In a shell script, how do I replace the first occurrence of a string, after a different string

bash sh dash-shell