Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

How do I preserve newlines in a quoted string in Bash? [duplicate]

bash

Check whether a certain file type/extension exists in directory [duplicate]

linux bash shell

Iterate over two arrays simultaneously in bash

arrays bash loops

Running a command in a new Mac OS X Terminal window

macos bash terminal

How do I launch a Git Bash window with particular working directory using a script?

bash shell batch-file git-bash

Multithreading in Bash [duplicate]

How to run C program on Mac OS X using Terminal?

c macos bash

How to add include and lib paths to configure/make cycle?

How to grep, excluding some patterns?

bash grep

How can I set Bash aliases for docker containers in Dockerfile?