Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Git doesn't work on MacOS Catalina: "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing" [duplicate]

How to list running screen sessions?

How to insert a text at the beginning of a file?

linux bash sed

Best way to simulate "group by" from bash?

bash scripting

How can I check if a package is installed and install it if not?

bash apt-get

How to count items in JSON object using command line?

json bash curl jq

How do I write a bash script to restart a process if it dies?

bash scripting cron

How to calculate time elapsed in bash script?

bash date

How to recursively find the latest modified file in a directory?

bash filesystems find

Getting the parent of a directory in Bash

bash directory dirname

How to simulate the environment cron executes a script with?

bash scripting cron

Replace one character with another in Bash

string bash replace

Checking Bash exit status of several commands efficiently

bash exit

How to pipe stdout while keeping it on screen ? (and not to a output file)

bash shell pipe output stdout

Error handling in Bash

Sorting data based on second column of a file

bash shell unix

How to exit if a command failed? [duplicate]

linux bash exit exitstatus

What is $@ in Bash? [duplicate]

bash arguments

"find: paths must precede expression:" How do I specify a recursive search that also finds files in the current directory?

linux bash find

What does $@ mean in a shell script?

linux bash shell unix sh