Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I write stderr to a file while using "tee" with a pipe?

linux bash unix tee

Print a file, skipping the first X lines, in Bash [duplicate]

linux bash printing skip

How can I set the current working directory to the directory of the script in Bash?

bash path scripting

How can I remove the first line of a text file using bash/sed script?

bash scripting sed

How to define hash tables in Bash?

How to detect the OS from a Bash script?

bash os-detection

How to loop over files in directory and change path and add suffix to filename

bash for-loop filenames glob

How do I know the script file name in a Bash script?

linux bash shell scripting

How do I compare two string variables in an 'if' statement in Bash? [duplicate]

bash if-statement scripting

Check if pull needed in Git

git bash shell

Automatic exit from Bash shell script on error [duplicate]

bash shell error-handling exit

How to determine the current shell I'm working on

bash unix shell csh tcsh

How can I compare numbers in Bash?

bash shell numeric

How do I remove all .pyc files from a project?

bash

Difference between single and double quotes in Bash

bash shell syntax quotes

How do I prompt a user for confirmation in bash script? [duplicate]

bash

How to kill all processes with a given partial name? [closed]

linux bash posix

How to use double or single brackets, parentheses, curly braces

bash syntax

Find and kill a process in one line using bash and regex

regex bash terminal awk

Syntax for a single-line while loop in Bash

bash loops while-loop