Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to list the size of each file and directory and sort by descending size in Bash?

linux file bash

Redirect all output to file using Bash on Linux? [duplicate]

linux bash stdout stderr

How to handle more than 10 parameters in shell

linux bash shell parameters

Linux: compute a single hash for a given folder & contents?

linux bash hash

Extract substring using regexp in plain bash

regex bash

Different bash prompt for different vi editing mode?

bash prompt

Don't display pushd/popd stack across several bash scripts (quiet pushd/popd)

bash output built-in

Padding characters in printf

bash shell printf

How to include an '&' character in a bash curl statement

bash curl

Trying to use bash on Windows and got no installed distributions message

Running a script inside a docker container using shell script

bash shell docker

Cron jobs and random times, within given hours

bash cron sh

recursively add file extension to all files

Convert date time string to epoch in Bash

bash shell date

Check if string is neither empty nor space in shell script

bash shell freebsd

Regex matching in a Bash if statement

regex bash if-statement

Exit zsh, but leave running jobs open?

bash zsh jobs

How do I grab an INI value within a shell script?

bash shell config ini

Bash empty array expansion with `set -u`

bash

What is the Bash equivalent of Python's pass statement