Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What is the zsh equivalent of a bash script getting the script's directory?

bash zsh

Why does using <() in a shell script cause a syntax error?

linux bash shell

How can I preserve line breaks in bash when comparing output to regex?

regex bash newline cat

Why doesn't a command with quoted whitespace work when passed over ssh?

bash unix ssh escaping quotes

Show call stack in Bash

linux bash trace

symlinks in bash script aren't working

macos bash unix symlink

How to get “instant" output of “tail -f” as input?

linux bash tail

How to close and reopen docker terminal

bash docker ubuntu-14.04

sed: remove numbers from file

regex bash unix sed

Force process to run in swap completely

linux bash process swap

Load environment variables of bashrc into python

How to store --exclude arguments for grep in an environment variable in a bash script

Cat several thousand files

linux bash shell

Loop broken by ssh running script aside

bash ssh

How is the command suggestion implemented in the bash shell?

Remove namespace prefix with sed

xml bash sed

Write a single byte to the serial port with Bash

bash shell arduino

how do I extract a date stamp from a file name stored in a bash variable [duplicate]

bash awk sed

Bash if statement expression evaluates to FALSE but $? is 0, why?

bash exit-code return-code