Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Find files with at least one CR LF

linux bash newline

Why do some people exit -1 rather than exit 1 on error?

What is the difference beetwen $ echo Hello world > file and $ echo Hello > file world in bash?

bash shell console command

core dumped message is not captured in STDERR

c++ linux bash

How to list all distinct extensions of tracked files in a git repository?

git bash grep gitattributes

how do you get window ID for xdotool automatically

linux bash scripting ps xdotool

Why is execvp() executing twice using fork()?

c linux bash fork

How can one replace a part of a line with sed?

regex bash sed

Alias defined in .bash_profile not working in OS X

macos bash shell .bash-profile

Stop Solr gracefully when it running in docker

bash solr docker dockerfile

Multiple files generated by script, only last one readable

linux windows bash filenames

Terminate google cloud compute engine instance with shell/bash script

How to filter on multiple attributes in XMLStarlet?

xml bash xpath xmlstarlet

Capture interactive Python shell output along with input

python bash shell stdout stdin

How to set a prefix to bash verbose mode

bash shell

Electron not working out of the box on Windows bash

Use of regex in bash with mv

Convert numbered pinyin to pinyin with tone marks

python bash cjk

${var:=default} vs ${var:-default} - what is difference? [duplicate]

bash variables

Call a function using nohup

linux bash function shell nohup