Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Remove first character of a string in Bash

bash

What does >& mean?

Check if a file is executable

bash tcsh

Can colorized output be captured via shell redirect? [duplicate]

Expand a possible relative path in bash

linux bash absolute-path

Parallelize Bash script with maximum number of processes

bash

Loop background job

bash

How do I get the absolute directory of a file in bash?

linux bash shell

Create text file and fill it using bash

bash unix

How can I check the first character in a string in Bash or Unix shell?

How to find the difference in days between two dates?

bash shell date

What do $? $0 $1 $2 mean in shell script? [duplicate]

bash shell ash

Git autocomplete in bash aliases?

git bash

How do I get the last word in each line with bash

linux bash

How to call cURL without using server-side cache?

How to give arguments to kill via pipe [duplicate]

Getting "sed error - illegal byte sequence" (in bash) [duplicate]

bash sed

Bash scripting missing ']' [closed]

bash scripting

Script to get the HTTP status code of a list of urls?

bash curl http-status-codes

How to perform a for loop on each character in a string in Bash?

bash for-loop