Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to setup a SUDO_ASKPASS environment variable?

java shell sudo

What is the difference between $@ and $* in shell script? [duplicate]

linux bash shell

Remove first columns then leave remaining line untouched in awk

shell unix awk

What is the difference between "$a" and $a in unix [duplicate]

shell unix

Parsing ps and grep output in shell

linux bash shell grep cgi

Shell - How to deal with find -regex?

regex shell find

Remove all occurrences of a word from a string

string bash shell

Get specific value of preprocessor macro

How to understand diff -u in linux?

linux bash shell terminal

How to use xargs to replace 2 arguments

bash shell sh

How to run a scala program in terminal?

Why does wait generate “<pid> is not a child of this shell” error if a pipe is used afterwards?

linux bash shell subprocess pipe

Auto configure Jupyter password from command line

How to pass comma character in makefile function

shell makefile

Why do we OR || any condition with true like "iw dev interface_name del || true" in Bash?

linux bash shell

How to check whether shell scripts / Vim running in VS Code integrated terminal?

Adding a character after a digit and dot in bash

bash shell awk sed

Getting two erl shells to talk on OS X

macos shell erlang erl

GUNZIP / Extract file "portion by portion"

shell compression gzip gunzip

Why PATH is not available for custom shell scripts executed from Xcode?