Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How to rename file name contains backslash in bash?

linux bash

Bash - how to list files with size in bytes

bash unix

How do I git grep for a string including a ">"?

git bash

Bash semicolon being equal to newline is not exactly true?

bash shell

creating and running go build for Mac only?

bash macos shell go

What does ${##} mean in bash?

bash

Run Bash script as root in startup on ubuntu 18.04

bash ubuntu-18.04

Terminal not recognizing nvm after installed with home brew

How do I divide the output of a command by two, and store the result into a bash variable?

bash unix shell

Delete line in file matching one string but not matching another - SED, BASH?

linux bash unix sed sh

Match from pattern to end of file in bash

regex bash eof

How to find files with same size?

linux bash awk

Execute a command on remote hosts via ssh from inside a bash script

bash shell ssh openssh

Shell scripting - which word is first alphabetically?

bash shell alphabetical

Rename multiple directories with one domain name to another domain name?

linux bash shell

How to prompt a user for a name to create a folder (bash | shell script)?

How can I get rid of something running on every new terminal session?

bash rvm

Terminating MySQLd session to go back to command prompt

linux bash ubuntu command-line

Bash Script - store find command output without spaces in variable

bash

Can a string be returned from a Bash function without using echo or global variables?