Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shell

Given two directory trees, how can I find out which files differ by content? [closed]

linux bash shell unix diff

Count number of lines in a git repository

bash git shell line-count

How do I pause my shell script for a second before continuing?

bash shell unix

Add line break to 'git commit -m' from the command line

git bash shell

What does set -e mean in a bash script?

linux bash shell sh

Shell: How to call one shell script from another shell script?

bash shell

Shell command to tar directory excluding certain files/folders

linux shell archive tar

Get current directory name (without full path) in a Bash script

bash shell

Shell command to sum integers, one per line?

shell

Assigning default values to shell variables with a single command in bash

bash shell

How do I put an already-running process under nohup?

shell nohup

Should I put #! (shebang) in Python scripts, and what form should it take?

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