Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

What is the meaning of !# (bang-pound) in a sh / Bash shell script?

bash shell scala command-line

What is more portable? echo -e or using printf?

bash compatibility

In Bash how do you see if a string is not in an array?

bash shell scripting

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