Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Capturing output of find . -print0 into a bash array

arrays bash null find delimiter

Command line arguments in Bash [duplicate]

How to use variables in a bash for loop [duplicate]

linux bash for-loop

bash regex with quotes?

regex bash quotes

How can I find a file/directory that could be anywhere on linux command line? [closed]

linux bash find ksh locate

Mutable list or array structure in Bash? How can I easily append to it?

arrays bash scripting

Bash script error: "function: not found". Why would this appear?

bash shell unix ubuntu terminal

How to start a shell without any user configuration?

linux macos bash shell

Simple Socket Server in Bash?

linux bash sockets tcp

What's the cmd/PowerShell equivalent of back tick on Bash?

bash powershell cmd

How to load ~/.bash_profile when entering bash from within zsh?

bash macos shell zsh zshrc

How to run 'cd' in shell script and stay there after script finishes?

bash shell cd pwd

Prevent grep returning an error when input doesn't match

bash grep

Why is "MINGW64" appearing on my Git bash?

windows git bash mingw-w64

Test for empty string with X"" [duplicate]

string bash shell posix

Difference between $HOME and '~' (tilde)?

linux bash centos

Multiple Bash traps for the same signal

bash bash-trap

How to check that a parameter was supplied to a bash script [duplicate]

bash

Limit on file name length in bash [closed]

linux bash file maxlength

Using cut command to remove multiple columns

bash cut