Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Comparing two IP Addresses in Bash

bash ubuntu ip-address

Use awk to extract value from a line

bash awk sed

Linux Bash Script And Mongo

linux bash mongodb shell

Most efficient way to save POP (Gmail) emails to MySQL database [closed]

php python mysql bash email

Bash script to keep deleting files until directory size is less than X

bash debian

bash script duplicating i/o using a file descriptor like it were tee

Can bash grep "*" instead of "\*"?

bash

When writing a haskell script, get syntax error near unexpected token

bash shell haskell scripting

How to modify /etc/environment from a bash script

Possible to pass literal character * as a command line argument in Bash?

bash parameters

Bash variable defaulting doesn't work if followed by pipe (bash bug?)

linux bash

Print POSIX character class

bash posix character-class

bash variable interpolation separate variables by a hyphen or underscore

sort list of files by date in bash

bash sorting datetime

Read two files in real time

bash

What do the curly braces mean in docker inspect --format "{{.State.Pid}}"?

bash docker

Sed and UTF-8 encoding

bash encoding utf-8 ssh sed

Shell scripts and how to avoid running the same script at the same time on a Linux machine

linux bash shell ksh

How to convert a bash string into a date?

string bash shell date

When do you need a dollar symbol before an arithmetic statement in bash?

bash