Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

Which characters need to be escaped when using Bash?

How to create a temporary directory?

bash temporary-directory

What is the Linux equivalent to DOS pause?

linux bash shell

How to sort a file in-place

linux bash shell unix

How to place the ~/.composer/vendor/bin directory in your PATH?

bash laravel path

How to get the process ID to kill a nohup process?

linux bash grep nohup

Returning a boolean from a Bash function

bash shell boolean

In Bash, how to add "Are you sure [Y/n]" to any command or alias?

bash alias confirmation

How do I list the functions defined in my shell? [duplicate]

bash shell function unix

Why is #!/usr/bin/env bash superior to #!/bin/bash?

bash shebang

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