Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to get size of hidden files with "du"

bash shell diskspace du

Gnu Makefile, compile should fail

capture network traffic on two different ports simultaneously

Print differences in CSV files by comparing values in column (using awk)

bash shell awk

perl Getopt::Long::GetOptions usage

How to launch a job in a shell which will persist even if the shell which launches it terminates

How to send simple text file as attachment using HP-UX shell script?

email shell unix mailx

Torch install without curl

shell curl permissions torch

Return string from Python to Shell script

python bash python-2.7 shell

Available Linux commands across Android versions

android shell

Is it possible to use alias expansion with shell's builtin commands in Git?

git shell alias

assign last positional parameter to variable and remove it from "$@"

shell command-line sh

regex to replace optional underscore

regex linux shell

.NET MAUI ApplyQueryAttributes being called even navigating back from unrelated pages

How to unlock system keychain in OS X using terminal

How to create a dictionary from a text file in bash?

bash shell dictionary

Jenkins fails: a terminal is required to read the password; either use the -S option to read from standard input

shell ubuntu jenkins sudo

Execute multiline R expression from shell (with indentation)

r bash shell r-markdown

Bash scripting: How to ensure script exits on any error in function called with an "or" (||) condition?

PowerShell equivalent to bash `exec > >(tee -a $logfile); exec 2> >(tee -a $logfile >&2)`

shell powershell