Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Get the pid of the shell script and save it into a lockfile

linux bash shell pid lockfile

How to escape period in ed

bash ed

Node-webkit execute external command?

node.js bash node-webkit

bash text search: find if the content of one file exists in another file [closed]

bash shell

How to assign local variable with a remote command result in bash script?

bash shell ssh

What is the difference between --parameter and -parameter?

How do I quit a Django development server with a bash script?

python linux django bash shell

Sed gives "sed: 1: "tsunit.js": undefined label 'sunit.js'"

bash sed makefile

How to avoid hanging wget in bash

bash wget

Check if an argument is a path

bash

How do I use git-new-workdir on windows?

windows git bash branch msysgit

How to setup latest version of liquibase through bash script?

Get Python command line output when called from a bash script

python bash shell ubuntu

Collapse sequential numbers to ranges in bash

bash awk sed collapse

Shuffle columns

bash

Bash function to find all Git commits in which a file (whose name matches a regex) has *changed*

git bash

sed replace content within double quotes

regex bash sed

kill & wait in one step

linux bash kill waitpid

sftp avoid exit when file is not found

bash sftp

read -N and IFS

bash ifs