Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Test whether a directory exists inside a makefile

bash makefile

Passing parameters to bash when executing a script fetched by curl

bash curl parameter-passing

What's the meaning of a ! before a command in the shell?

linux bash shell unix sh

What is the meaning of ${0%/*} in a bash script?

bash scripting

Source files in a bash script

bash shell ubuntu

Bash checking if string does not contain other string

bash

Bash script log file display to screen continuously

linux bash logging

Setting environment variables in Linux using Bash

linux bash unix shell

Is there any use for Bash scripting anymore? [closed]

How do I add ~/bin to my path?

macos bash sublimetext

How to remove (base) from terminal prompt after updating conda

Rename multiple files, but only rename part of the filename in Bash

bash file-rename

store return value of a Python script in a bash script

How to send control+c from a bash script?

bash gnu-screen

How to get script directory in POSIX sh?

bash posix sh

Create file with contents from shell script

bash shell

How to use Bash read with a timeout?

bash io timeout

bash, Linux: Set difference between two text files

bash file-io set-difference

Read tab-separated file line into array

arrays bash

What is the 'function' keyword used in some bash scripts?

bash