Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How can I generate new variable names on the fly in a shell script?

linux bash shell

Linux non-blocking fifo (on demand logging)

linux bash logging fifo

Run script with rc.local: script works, but not at boot

linux bash ubuntu boot autorun

How to split a string in bash delimited by tab

bash string-split

Unable to change the default editor in the terminal

bash vim

How to test for if two files exist?

linux bash

Print date for the monday of the current week (in bash)

linux bash date

How to skip row when importing bad MySQL dump

How do I echo stars (*) when reading password with `read`?

bash shell passwords

MSysGit Bash - how to enable Ctrl+Left / Right arrows?

bash readline msysgit

how to output file names surrounded with quotes in SINGLE line?

bash unix find xargs

What does the ampersand indicate in this bash command 1>&2

bash scripting

The Bash command :(){ :|:& };: will spawn processes to kernel death. Can you explain the syntax?

linux bash

Merging two arrays in Bash

arrays bash shell loops

Why does this command kill my shell?

linux bash ubuntu

docker-compose yml running a script after up

How to use aliases defined in .bashrc in other scripts?

bash alias

Here document as an argument to bash function

Make bash script echo executed command

bash

How to insert a new line character after a fixed number of characters in a file

bash sed