Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Run emacs as separate process from terminal

linux bash unix emacs terminal

filter a file with other file in bash

linux bash shell solaris sh

Why test for equality in sh scripts in an indirect way?

bash shell sh

Prepend command, stdout and stderr

bash shell

Cut the output of a command

linux bash grep cut

Term::ReadKey in .bashrc command script

perl bash module cpan

Using two here strings

bash shell heredoc

Check if a variable contains a domain name in a set of TLDs

bash shell

What does ${1-1} in bash mean?

bash osascript

How to Use Git Archive to Create a Tarball on Windows?

windows git bash

Overwrite executing bash script files

bash

error while running "source .vimrc"

bash vim ubuntu-12.04

How to know what script header to use and why it matters?

linux bash shell scripting

bash sed a quoted string from file but only at the Nth line

bash sed

Sorting in unix while other field doesn't change

bash sorting unix

Passing SED replace arguments within a BASH variable

bash sed

"ASCII" codes for arrow up, down, left and right

java jquery bash ascii

How to remove nth element from command arguments in bash

bash shift

rc.local file not working raspberry pi

bash raspberry-pi

Why does ((0)) cause a Bash script to exit if `set -e` directive is present?

bash shell