Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bash

How can I format my grep output to show line numbers at the end of the line, and also the hit count?

linux bash unix grep

How to find the last field using 'cut'

linux bash cut

How to check the exit status using an if statement

Unlimited Bash History [closed]

bash unix

How to urlencode data for curl command?

What is the purpose of "&&" in a shell command?

bash shell command-line syntax

Get program execution time in the shell

linux bash shell

How can I get the current user's username in Bash?

bash

.bashrc at ssh login

ubuntu ssh bash

How to determine SSL cert expiration date from a PEM encoded certificate?

Get just the filename from a path in a Bash script [duplicate]

bash scripting shell

How can I kill a process by name instead of PID, on Linux? [duplicate]

linux bash shell kill

Highlight Bash/shell code in Markdown files

Bash command to sum a column of numbers [duplicate]

bash

./configure : /bin/sh^M : bad interpreter [duplicate]

linux bash shell newline

Setting an environment variable before a command in Bash is not working for the second command in a pipe

Capturing Groups From a Grep RegEx

bash shell grep

An example of how to use getopts in bash

bash shell getopts

How to assign a heredoc value to a variable in Bash?

bash heredoc

What's the difference between [ and [[ in Bash? [duplicate]

bash