Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to check the checksum through commandline?

bash command-line

Find and Replace string in all files recursive using grep and sed [duplicate]

linux bash recursion sed grep

Is there any mutex/semaphore mechanism in shell scripts?

How to set 4 space tab in bash

bash space

Integer expression expected error in shell script

bash shell

How to add a new line in the bash string? [duplicate]

linux bash shell sh ash

Can I use shell wildcards to select filenames ranging across double-digit numbers (e.g., from foo_1.jpg to foo_54.jpg)?

bash shell wildcard

mysqldump with db in a separate file

bash awk backup mysqldump

How to run given function in Bash in parallel?

bash parallel-processing

Suppressing "null device" output with R in batch mode

r bash plot suppress-warnings

'grep +A': print everything after a match [duplicate]

bash sed awk grep

How to list non-empty subdirectories on linux?

bash unix directory

How can I convert Markdown documents to HTML en masse?

bash markdown

How to compress multiple folders, each into its own zip archive?

Using bash ps and cut together

bash unix cut ps

Fully qualified domain name validation

regex bash fqdn

Exit when one process in pipe fails

bash

Error Installing Homebrew - Brew Command Not Found [duplicate]

How do I do date math in a bash script on OS X Leopard?

bash macos date-math

Check if git remote exists before first push

git bash