Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Checking if package is older than 24 hours with bash

bash shell

Find multi-line text & replace it, using regex, in shell script

regex bash shell sed sh

Spit a column into multiple columns in bash

bash awk

Confusion about -c option in bash

bash positional-parameter

How to exit a bash shell script from within curly braces?

bash shell exit

How do i stop text showing up when user types during execution of bash script?

linux bash shell

Wrap zip files in a folder

bash zip

Conditional step in a pipeline

bash pipeline environment

Setting PATH on Mac so that it persists between sessions

How to exit if statement in bash without exiting program?

bash terminal

Difference between 8-bit/color RGB and 8-bit colormap

Convert an array stored in a string variable back to an array

arrays bash shell

Why do backslashes prevent alias expansion?

bash shell escaping posix alias

Tee resets exit status is always 0

bash shell wait tee

Bash path variable using ~ resulting in 'No such file or directory'

bash

Show progress for long running applications in Bash

sed find and replace a string with spaces

regex linux bash replace sed

shell find -delete -- how to avoid delete itself

linux bash shell

grub2 howto increment variable

bash shell bootloader grub grub2

bash ignore specific error code (pytest no tests warning error code 5)

bash error-code