Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

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

Using bash history to get a previous command, copy it and then 'run' it but with the command commented

linux bash command-line

Don't save current bash session to history

bash

How can I make all line endings (EOLs) in all files in Visual Studio Code, Unix-like?

Exec commands on kubernetes pods with root access

bash docker kubernetes

kill a process in bash [duplicate]

bash

How to print a function definition in Bash?

bash

Fastest possible grep

bash unix grep

Checking host availability by using ping in bash scripts