Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

How to echo shell commands as they are executed

bash shell sh posix trace

Replace one substring for another string in shell script

bash shell

Defining a variable with or without export

linux bash shell

How to reload .bash_profile from the command line?

bash shell command-line

Running shell command and capturing the output

python shell subprocess

How to call shell commands from Ruby

ruby shell interop

Why do people write #!/usr/bin/env python on the first line of a Python script?

python shell shebang

How can I declare and use Boolean variables in a shell script?

bash shell scripting boolean sh

YYYY-MM-DD format date in shell script

bash shell date strftime

How to use SSH to run a local shell script on a remote machine?

How to specify the private SSH-key to use when executing shell command on Git?

git bash shell ssh

How to convert a string to lower case in Bash?

string bash shell lowercase

Difference between sh and Bash

bash shell unix sh

Check existence of input argument in a Bash shell script

bash shell

How do I prompt for Yes/No/Cancel input in a Linux shell script?

linux bash shell scripting

How to exclude a directory in find . command

linux shell find

How can I count all the lines of code in a directory recursively?

bash shell

Loop through an array of strings in Bash?

arrays bash shell

How do I iterate over a range of numbers defined by variables in Bash?

bash shell for-loop syntax

How to reload .bashrc settings without logging out and back in again?