Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Is there a "standard" format for command line/shell help text?

How to assign the output of a command to a Makefile variable

shell makefile

How to kill all processes matching a name?

shell command-line kill

How to programmatically determine the current checked out Git branch [duplicate]

git bash shell

Delete newline in Vim

unix vim shell ssh vi

Convert absolute path into relative path given a current directory using Bash

Select random lines from a file

How can I shuffle the lines of a text file on the Unix command line or in a shell script?

How to pass command line arguments to a shell alias? [duplicate]

shell alias

How to only get file name with Linux 'find'?

linux shell find

Way to create multiline comments in Bash?

shell comments multiline

Open and write data to text file using Bash?

bash shell

Test if a command outputs an empty string

bash shell

Can pm2 run an 'npm start' script

node.js shell npm pm2

Running script upon login mac [closed]

Why do you need ./ (dot-slash) before executable or script name to run it in bash?

bash shell unix command-line

Shell script - remove first and last quote (") from a variable

string bash shell unix sed

How to check if an environment variable exists and get its value? [duplicate]

bash shell

What is /dev/null 2>&1?

Suppress warning messages using mysql from within Terminal, but password written in bash script

mysql bash shell