Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Running bash commands in the background without printing job and process ids

bash bash-completion

Using the && operator in an if statement

Groups of compound conditions in Bash test [duplicate]

bash if-statement

use regular expression in if-condition in bash

regex bash

How to catch exception output from Python subprocess.check_output()?

python bash subprocess

How to run a script at a certain time on Linux? [closed]

linux bash scripting debian

How to get the last part of dirname in Bash

bash shell dirname

How to add to the end of lines containing a pattern with sed or awk?

bash sed awk

cut or awk command to print first field of first row

linux bash unix awk

Integer ASCII value to character in BASH using printf

bash ascii printf

How to remove non UTF-8 characters from text file

How do I declare a constant in shell script?

bash shell

What does "-ne" mean in bash?

bash shell syntax

How do I timestamp every ping result?

bash osx-lion ping bsd

What are the differences between using the terminal on a mac vs linux? [closed]

macos bash shell ubuntu terminal

Difference between Git GUI, Git Bash, Git CMD

git bash cmd

Recursively find files with a specific extension

linux bash

Is there a way to write a Bash function which aborts the whole execution, no matter how it is called?

bash function exit subshell

Take the first command line argument and pass the rest

bash

How to pipe input to a Bash while loop and preserve variables after loop ends

bash while-loop stdin pipe