Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do you call a function defined in .bashrc from the shell?

bash function shell

Shell script to capture Process ID and kill it if exist [duplicate]

bash shell scripting

Custom format for time command

bash shell time format

Using the passwd command from within a shell script

linux bash unix shell

Execute a shell script in current shell with sudo permission

How to get shell to self-detect using zsh or bash

bash zsh sh

Case statement fallthrough?

bash

sed substitution with Bash variables

bash sed substitution

Move whole line up/down shortcut in nano (analogue to intelliJ or Visual Studio)

linux bash editor nano

Which shortcut in Zsh does the same as Ctrl-U in Bash?

bash zsh

How to find out where alias (in the bash sense) is defined when running Terminal in Mac OS X

terminal alias bash

Get the index of a value in a Bash array

arrays bash indexing

how to detect invalid utf8 unicode/binary in a text file

Repeat last command with "sudo"

bash

sudo cat << EOF > File doesn't work, sudo su does

bash shell sudo

xargs with multiple arguments

Randomly shuffling lines in Linux / Bash

linux bash shell sh

How to remove space from string? [duplicate]

bash shell

Compare/Difference of two arrays in Bash

arrays bash diff compare

Difference between parentheses and brackets in Bash conditionals

bash if-statement