Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How can I source a shell script using Go?

bash shell go

How to execute multiple commands with sudo in script [duplicate]

Multi-line variables remove new line character - Fish

shell fish

How to remove permanently a path from the fish $PATH?

linux shell fish

Paste multiple files while excluding first column

bash shell unix

Why do I need parenthesis In bash `set -e` and negated return code

linux bash shell xargs

Pythonic way to return a boolean value and a message [duplicate]

python linux shell

Kill hive queries without exiting from hive shell

shell hive hiveql hivecli

Pass password to mysql_config_editor using variable in shell

mysql linux bash shell variables

Word splitting in Bash with IFS set to a non-whitespace character

How to use kapt from command line (with kotlinc)?

java shell kotlin kapt kotlinc

How to detect availability of GUI in Bash/Shell?

Display match found or not using awk

linux shell awk

Capturing nslookup shell output with C#

c# shell .net-2.0 nslookup

Is there is a way to change a Windows folder icon using a Perl script?

windows perl shell

In a process using lots of memory, how can I spawn a shell without a memory-hungry fork()?

c unix memory shell fork

tilde expansion in environment variable

Vim change block cursor when in insert mode

linux shell vim

sed: simultanous in-place replacement, and printout of changed lines?

shell sed

Capture ALL (stdout, stderr AND CON) output of cmd executing plink with C# (std out+err ok, CON not working)