Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to match nothing if a file name glob has no matches [duplicate]

bash glob shopt

Get exit code of process substitution with pipe into while loop

bash process-substitution

How does subprocess.call() work with shell=False?

How do I get hex blocks from a base 64 encoded string?

What's the difference of using #!/usr/bin/env or #!/bin/env in shebang?

bash env

AWK: return value to shell script

bash awk

Rename multiple directories matching pattern

linux bash

How can I stop a here string (<<<) from adding a line break or new lines?

bash herestring

How to use printf "%q " in bash?

bash

List files that contain `n` or fewer lines

bash performance shell file awk

Pattern match does not work in bash script

linux bash glob extglob

Bash threading: wait for all job threads to finish doesn't work?

bash multithreading

Is there for the bash something like perls __DATA__?

bash shell

bash "&" without printing "[1]+ Done "

linux bash scripting

cron job doesn't output to nohup.out

python bash ubuntu cron crontab

Reading multiple lines in bash without spawning a new subshell?

bash

Importing Python module from Bash

python linux bash alias

Why doesn't my variable seem to increment in my bash while loop?

bash shell variables scripting

UNIX / BASH: Listing files modified in specific month

bash list file unix timestamp

Delete positional parameters in Bash?

bash shell parameters