Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What is the Bash equivalent of Python's pass statement

How to use shell commands in Makefile

bash makefile echo

How to get the contents of a webpage in a shell variable?

linux bash shell wget

Creating a new user and password with Ansible

bash shell ubuntu ansible

How to use an environment variable inside a quoted string in Bash

bash quotes environment

Why should eval be avoided in Bash, and what should I use instead?

linux bash unix eval

Determine the path of the executing BASH script [duplicate]

bash

Why is sed not recognizing \t as a tab?

regex bash sed

How to resolve "You need to have Ruby and Sass installed and in your PATH for this task to work" Warning?

ruby macos bash terminal sass

Multiplication on command line terminal

bash unix command-line

An efficient way to transpose a file in Bash

bash parsing unix transpose

How does this bash fork bomb work? [duplicate]

bash unix

Git Bash doesn't see my PATH

windows bash git-bash

What is the most elegant way to remove a path from the $PATH variable in Bash?

How to read user input into a variable in Bash?

bash shell

How to iterate through all git branches using bash script

git bash git-bash

How do I paste multi-line bash codes into terminal and run it all at once?

linux bash shell terminal paste

How to create a loop in bash that is waiting for a webserver to respond?

bash

How to hide command output in Bash

bash shell

What's the magic of "-" (a dash) in command-line parameters?