Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Aborting a shell script if any command returns a non-zero value

linux bash unix shell

OS X Terminal Colors [closed]

macos shell terminal colors

How to get a password from a shell script without echoing

bash shell scripting sh

Expansion of variables inside single quotes in a command in Bash

bash shell variables quotes

Process all arguments except the first one (in a bash script)

bash shell

Multi-line string with extra space (preserved indentation)

string bash shell echo

Why is whitespace sometimes needed around metacharacters?

bash shell syntax syntax-error

How to run a shell script on a Unix console or Mac terminal?

linux bash macos shell unix

How to obtain the absolute path of a file via Shell (BASH/ZSH/SH)?

bash shell path

OS X: equivalent of Linux's wget

macos shell unix http-get

Colorized grep -- viewing the entire file with highlighted matches

bash shell colors grep

How to append output to the end of a text file

bash shell

How can I clear previous output in Terminal in Mac OS X?

macos shell buffer

How to use ADB Shell when Multiple Devices are connected? Fails with "error: more than one device and emulator"

Unix shell script find out which directory the script file resides?

shell unix

How to read a file into a variable in shell?

shell unix sh

Command not found error in Bash variable assignment

Find and replace in file and overwrite file doesn't work, it empties the file

shell unix sed io-redirection

Using wget to recursively fetch a directory with arbitrary files in it

shell wget

sudo echo "something" >> /etc/privilegedFile doesn't work [duplicate]