Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Print name of the file in front of every line of file

linux bash shell for-loop

Recommended way to batch stdin lines to another repeated command, like xargs but via stdin rather than arguments?

linux bash xargs gnu-coreutils

How to shorten a string

bash find rename xargs

Syntax error near unexpected token "(" when declaring arrays in bash

bash maven syntax-error

Set a Bash function on the environment

Piping of grep is not working with tail? [duplicate]

regex linux bash grep

Incrementing current date by 5 minutes in bash

bash date

How to filter on column value in bash

bash awk filter grep

BASH: Percentage change - how to calculate it? How to get absolute value without bc?

What's the DRYest way to replace a file with a symlink in bash

bash dry

Word splitting happens even with double quotes

bash

Using sed to delete a string between parentheses

bash sed

Grep-ing while keeping first line

linux bash shell grep pipe

Perl print single quotes from command line script

bash perl

Expanding asterisk in bash

bash parsing escaping glob

Check in bash if I am in a Google Compute Engine instance

Why does execl require me to hit "Enter" after running a process?

c linux bash execl

Faster bash writing to file

bash parsing read-write

how to know if a character is a carriage return?

bash

Shell : logical ANDs and ORs instead of if-else

bash shell unix boolean zsh