Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

How do I test for an empty string in a Bash case statement?

string bash null case

What is indirect expansion? What does ${!var*} mean?

bash indirection

How do I assign the output of a command into an array?

Creating an array from a text file in Bash

VIM: how to go to exact line on Ubuntu

linux bash vim ubuntu terminal

bash - how to pipe result from the which command to cd

linux bash shell cd

Take nth column in a text file

linux bash

How to obtain the first letter in a Bash variable?

Bash autocompletion in Emacs shell-mode

bash shell emacs autocomplete