Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Bash script missing ']' error

linux bash

Is it possible to make some shell calls automatically when entering a directory?

bash shell sh

How do you execute several bash functions in the background but wait for output?

bash parallel-processing

Why is the STDOUT line printed after the STDERR line?

Removing all HTML tags from a webpage

regex bash sed

getopts not working in bash script

bash unix

alias hello='echo Hello' - why doesn't this work after a restart?

bash

insert bash variable into perl search and replace

bash

What does `echo $?` mean in bash? [duplicate]

Inserting line between two lines having second line starting with certain pattern

regex linux bash sed

Bash Script How to find every file in folder and run command on it

bash

Is there a better way to check to see if user X is a member of group Y in BASH on Linux without using getent?

bash

awk & sed split file

bash sed awk

How to count the number of characters in each line of a file, excluding a list of specific characters?

bash

How to execute shell script from hubot

How to awk or grep a variable, without using echo?

performance bash awk grep

Command to list all file types and their average size in a directory

macos bash unix

History command works in a terminal, but doesn't when written as a bash script

Bash scripting: filling up an Array inside a for loop

linux bash

while read line stops after first iteration [duplicate]

bash unix loops iteration