Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

GCP Dataproc - cluster creation failing when using connectors.sh in initialization-actions

How do I get grep to keep the file/pipe open?

shell command-line grep

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

git bash shell githooks nohup

How to debug rc.d scripts in FreeBSD?

shell freebsd rc.d

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

cannot execute binary files on MAC terminal

c macos shell gcc

Adding a row to output of piped command

bash shell ls

anacron script in cron.daily not running via symlink

linux bash shell cron

Pipe awk and grep to save a particular field of a file

linux shell awk grep

jq select compare case insensitive

bash shell jq

find the lines with atleast twice repeated pattern?

regex linux bash shell grep

how to pass multiple args into jq?

json shell jq

How to accept 'yes' from shell script "Are you sure you want to continue connecting (yes/no)?" using ssh. Without using StrictHostKeyChecking=no

shell dropbear

lftp can connect, cd, but not ls, or mirror

shell lftp

sed | replace value with environment variable containing double quotes

linux bash shell sed

Detect wireless devices connected to Raspberry Pi in python on Linux

Can I use grep to extract a single column of a CSV file?

shell csv grep

Expand package to package.json with tab completion even with package-lock.json

bash shell tab-completion

How to create scripts in zsh that can accept out of order arguments?

function shell scripting zsh