Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

parse arguments after getopts

Redirecting command output to a variable in bash fails

linux apache bash shell terminal

How do I capture the output from the ls or find command to store all file names in an array?

arrays bash find capture ls

How can I sort file names by version numbers?

bash sorting shell version

Looping through all files in a directory [duplicate]

bash shell loops

How can I get the variable value inside the EOF tags?

How to use sed to replace regex capture group?

regex bash sed

Custom Bash prompt is overwriting itself

bash command-prompt gentoo

Unix: merge many files, while deleting first line of all files

bash merge

How to iterate over an array using indirect reference?

bash scripting indirection

What's the difference between ln -s and alias?

macos bash shell command-line

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