Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

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]

How can I copy the output of a command directly into my clipboard?

How do I know the script file name in a Bash script?

linux bash shell scripting

Check if pull needed in Git

git bash shell

Automatic exit from Bash shell script on error [duplicate]

bash shell error-handling exit

How to determine the current shell I'm working on

bash unix shell csh tcsh

How can I compare numbers in Bash?

bash shell numeric

Difference between single and double quotes in Bash

bash shell syntax quotes