Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Bash unexpected token when using "&;"

bash ssh

Error when running curl inside script (No such file or directory)

bash curl sh

bash longest common part of two string

bash

How to use a here document in a loop? [duplicate]

bash shell

How to remove line containing a specific string from file?

string bash sed

awk/sed insert line between two patterns

regex linux bash awk sed

Replace all bullets with spaces

bash

Error using 'git add': "-bash: syntax error near unexpected token `('"

bash

Bash script to identify a date

bash date

print out 5 characters in a line bash scripting

bash