Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Cannot connect to the Docker daemon on bash on Ubuntu windows

Quick ls command

bash unix command ls

Is there a 'git sed' or equivalent?

linux git bash sed

My Git bash forgets my aliases. What can I do?

git bash

Assign a makefile variable value to a bash command result?

bash shell makefile

How to make bash script ask for a password? [closed]

bash passwords

Removing leading zeros before passing a shell variable to another command

bash strip

Output JSON from Bash script

json bash

Remove Unicode characters from textfiles - sed , other Bash/shell methods

Bash: evaluate a mathematical term?

bash math sh evaluation

How can I replace multiple empty lines with a single empty line in bash?

regex bash

Convert all file extensions to lower-case

linux bash file-extension

How do I use sed to change my configuration files, with flexible keys and values?

linux bash sed

Prevent duplicates from being saved in bash history [closed]

Should I use quotes in environment path names?

bash shell dotfiles

Pass command line arguments via sbatch

bash shell unix slurm

What's the difference between "env" and "set" (on Mac OS X or Linux)? [closed]

^word^replacement^ on all matches in Bash?

bash shell sh

What does double slash // in `cd //` mean in Linux? [duplicate]

Tail inverse / printing everything except the last n lines?

linux bash command-line