Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to write shell script for docker system prune as schedule

linux bash docker cron

fast way to find text files not ending with a specified string

bash separate parameters with specific delimiter

Git Pre-Commit Using Sed To Dynamically Inject Branch Name

Multi-server monitor/auto restarter in python

python linux bash restart

Removing carriage return within double quotes

bash shell awk sed

Ignore new lines and brackets style with diff

bash diff

How to delete images in folder based on filename conditions?

bash

Decode a base64 string and encode it as hex using xxd

bash macos base64 hex xxd

What does the if [ "${-#*i}" != "$-" ] mean?

linux bash shell

UglifyJS - how to output to a different folder?

javascript bash uglifyjs

Command output mangled on redirection

Look for gaps in time stamps

linux bash shell

How to make a function work in background in bash / replace text / CPU usage

How to delete lines containing only numbers in BASH?

bash

Python command not found on Linux [closed]

How to print out files using if not condition in bash

bash shell if-statement

File loop with wildcard

bash file loops wildcard

Read entire file to variable, keeping escaped characters intact

bash shell echo zsh

What is the zsh equivalent of a bash script getting the script's directory?

bash zsh