Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Put file contents on stdin without sending eof

bash

Simulating key press using bash

linux bash ubuntu

OS X: list and remove files with spaces

macos bash

Fool python's os.isatty from a bash script

python bash cron tty

In bash, what does dot command ampersand do?

linux bash shell

Allow ssh incoming/outgoing and blocking all outgoing besides specific ports

linux bash networking iptables

If there is a colon (:) in the directory name, how could I add it to $PATH? [duplicate]

macos bash path .bash-profile

how to use curl --ftp-create-dirs?

Run Python module with absolute path

python bash python-module

Best way to use Unix domain socket in bash script

bash sockets

How to retain grep color when storing in variable or piping to another command?

linux bash

Running a longer command from docker

bash docker zsh dockerfile

How do I run a script for 1st working day of every month in cron?

bash unix cron

Bash script and regex issue

regex linux bash ubuntu-12.04

Portably trapping ERR in shell script

How to redirect output of a program only if it succeeded?

bash shell unix

Provide passphrase to git in bash script

bash git shell passphrase

Is there a way to pause the make process and resume later?

bash makefile gnu-make

How to make jq treat argument as numeric instead of string?

bash jq

Saving arguments passed from xargs to bash as a variable for processing

bash xargs