Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Why doesn't my terminal output unicode characters properly?

Is there a grep equivalent for find's -print0 and xargs's -0 switches?

bash unix grep find xargs

Unset an environment variable for a single command

Bash: split long string argument to multiple lines?

bash multiline

Why aliases in a non-interactive Bash shell do not work

Expression after last specific character

linux bash shell unix scripting

What is the reason for the weird syntax of the "case" statement in a bash/zsh script?

bash shell case zsh

find -name "*.xyz" -o -name "*.abc" -exec to Execute on all found files, not just the last suffix specified

linux bash shell scripting

Bash: wait with timeout

linux bash shell

How do I create a directory on remote host if it doesn't exist without ssh-ing in?

bash scripting scp

Splitting a file in linux based on content [duplicate]

linux file bash sed awk

bash command spanning multiple lines with several lines of comments in-between [duplicate]

bash

Can $() always replace backticks for command substitution?

bash syntax

How to install Certbot (Let's Encrypt) without interaction?

How do I get just real time value from 'time' command?

bash scripting shell

How to make an Echo server with Bash?

bash tcp netcat

How can I loop over the output of a shell command?

linux bash shell

How to remove all non-numeric characters from a string in Bash?

linux bash shell ubuntu terminal

Automatic tagging of releases

git bash hudson

How to reverse array in bash onliner FOR loop?

bash