Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How do I read the first line of a file using cat?

bash file-io cat

Multiple commands in an alias for bash

bash configuration

VSCode Change Default Terminal

Bash: Strip trailing linebreak from output

bash newline line-breaks

Switching from zsh to bash on OS X, and back again?

bash terminal zsh

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