Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to pass positional parameters to a function

bash shell

Capture standard error of shell in makefile

linux shell makefile gnu-make

What does it mean to open an "Anaconda" prompt distinct from command prompt and how to?

why does a syntax error in a while loop interrupt the script (but does not outside the while loop)

linux bash shell

Why does output redirection not work in this case?

linux bash shell

Loop in shell script not working on remote server

linux shell ssh

How to randomly select 50 files and copy them to different folder/directory (MacOS)?

View output of process redirected to dev/null - undo redirection

linux shell io-redirection

How can I check whether an argument passed to a shell script is NOT an integer?

Nginx - Password Protect Directory

shell nginx passwords

git log --before="4 months" show me branches that have commits from 3 weeks ago. what am I doing wrong?

drawing a christmas tree

shell for-loop drawing

Resize terminal from command?

shell resize terminal

grep with delimiters in shell script

bash shell awk sed grep

Mapping two json with jq and script bash

json bash shell jq

Unix command to replace all instances of a string in every file in a folder [closed]

string shell unix replace

Shell scripting - Is it possible to execute .sh file in background

shell scripting

How do i use getopts to avoid running a script when there is no parameter entered?

linux bash shell unix scripting