Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to make "nohup ./script.sh & disown" working in post-receive git hook?

git bash shell githooks nohup

How can I change the awk delimiter for a part of my script?

bash parsing awk

Why Linux df command still showing 100% disk used although I've delete some files. even lsof | grep delete show nothing? [closed]

linux bash

How do I incorporate a loop into a bash alias

bash for-loop alias

How to split a timestamped log file in multiple files, by day, using awk

bash awk split timestamp

Operations on boolean variables

bash shell boolean sh

Using sed to add character in a line which contains TWO specific Strings

linux string bash shell sed

Bash exponentiation limit

bash exponential

Run script in background?

bash terminal osx-lion sh

Running docker exec command with a shell string and parameters in bash script

bash docker

Adding a row to output of piped command

bash shell ls

Wait for text in command output in powershell

bash powershell

remove the /32 from ip string

bash awk sed

How to append string in bash script using sed?

string bash macos sed append

anacron script in cron.daily not running via symlink

linux bash shell cron

jq select compare case insensitive

bash shell jq

Actual bash string storing awk source [closed]

bash awk

find the lines with atleast twice repeated pattern?

regex linux bash shell grep

How to background tasks within a bash loop

bash loops background

Avoid early exit from command in gitlab CI script pipeline while still capturing exit status

python bash gitlab-ci pylint