Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to perform grep operation on all files in a directory?

linux shell grep

How can I repeat a character in Bash?

bash shell echo

"unary operator expected" error in Bash if condition

bash shell

Getting the last argument passed to a shell script

shell arguments

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