Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to read user input into a variable in Bash?

bash shell

How do I paste multi-line bash codes into terminal and run it all at once?

linux bash shell terminal paste

How to hide command output in Bash

bash shell

What's the magic of "-" (a dash) in command-line parameters?

Script parameters in Bash

linux bash shell parameters

File extension for PowerShell 3

How to move all files including hidden files into parent directory via *

linux bash shell command

Useless use of cat?

shell command-line cat

Get specific line from text file using just shell script

linux shell unix sh

How does bash tab completion work?

bash shell autocomplete

What does "export" do in shell programming? [duplicate]

bash shell zsh

Sending a mail from a linux shell script

linux email shell sendmail

Shell - Write variable contents to a file

linux bash shell

How can I open a Shell inside a Vim Window?

vim shell window

What does "&" at the end of a linux command mean?

linux shell unix

How can I put the current running linux process in background? [closed]

linux bash shell background

How to use multiple arguments for awk with a shebang (i.e. #!)?

shell unix awk gawk shebang

"No such file or directory" but it exists

I just assigned a variable, but echo $variable shows something else

bash shell sh quoting

What is the simplest way to remove a trailing slash from each parameter?