The Unix Shell Introduction Copyright Software Carpentry 2010

  • Slides: 35
Download presentation
The Unix Shell Introduction Copyright © Software Carpentry 2010 This work is licensed under

The Unix Shell Introduction Copyright © Software Carpentry 2010 This work is licensed under the Creative Commons Attribution License See http: //software-carpentry. org/license. html for more information.

The Unix Shell Introduction

The Unix Shell Introduction

Run Programs The Unix Shell Introduction

Run Programs The Unix Shell Introduction

Run Store Programs Data The Unix Shell Introduction

Run Store Programs Data The Unix Shell Introduction

Run Store Programs Data Communicate with each other The Unix Shell Introduction

Run Store Programs Data Communicate with each other The Unix Shell Introduction

Run Store Programs Data The Unix Shell Communicate Interact with each other with us

Run Store Programs Data The Unix Shell Communicate Interact with each other with us Introduction

Interact with us The Unix Shell Introduction

Interact with us The Unix Shell Introduction

Interact with us Telepathy The Unix Shell Introduction

Interact with us Telepathy The Unix Shell Introduction

Interact with us Telepathy Speech The Unix Shell Introduction

Interact with us Telepathy Speech The Unix Shell Introduction

Interact with us Telepathy Speech WIMP (windows, icons, mice, pointers) The Unix Shell Introduction

Interact with us Telepathy Speech WIMP (windows, icons, mice, pointers) The Unix Shell Introduction

Interact with us Rewiring Telepathy Speech WIMP The Unix Shell Introduction

Interact with us Rewiring Telepathy Speech WIMP The Unix Shell Introduction

Interact with us Rewiring Telepathy Typewriter Speech WIMP The Unix Shell Introduction

Interact with us Rewiring Telepathy Typewriter Speech WIMP The Unix Shell Introduction

Typewriter The Unix Shell Introduction

Typewriter The Unix Shell Introduction

Typewriter Line printer + keyboard The Unix Shell Introduction

Typewriter Line printer + keyboard The Unix Shell Introduction

Typewriter Line printer + keyboard Text only The Unix Shell Introduction

Typewriter Line printer + keyboard Text only The Unix Shell Introduction

Typewriter Line printer + keyboard Text only The Unix Shell Introduction

Typewriter Line printer + keyboard Text only The Unix Shell Introduction

Typewriter Line printer + keyboard Text only CLUI: command-line user interface The Unix Shell

Typewriter Line printer + keyboard Text only CLUI: command-line user interface The Unix Shell Introduction

user logs in The Unix Shell Introduction

user logs in The Unix Shell Introduction

user logs in user types command The Unix Shell Introduction

user logs in user types command The Unix Shell Introduction

user logs in user types command computer executes command prints output The Unix Shell

user logs in user types command computer executes command prints output The Unix Shell Introduction

user logs in user types command computer executes command prints output user types another

user logs in user types command computer executes command prints output user types another command The Unix Shell Introduction

user logs in user types command computer executes command prints output user types another

user logs in user types command computer executes command prints output user types another command computer executes command prints output The Unix Shell Introduction

user logs in user types command computer executes command prints output user types another

user logs in user types command computer executes command prints output user types another command computer executes command prints output ⋮ user logs off The Unix Shell Introduction

user logs in user types command computer executes command prints output user types another

user logs in user types command computer executes command prints output user types another command computer executes command prints output ⋮ user logs off The Unix Shell Introduction

user logs in user types command computer executes command prints output user types another

user logs in user types command computer executes command prints output user types another command computer executes command prints output shell ⋮ user logs off The Unix Shell Introduction

user logs in user types command computer executes command prints output user types another

user logs in user types command computer executes command prints output user types another command computer executes command prints output shell ⋮ user logs off The Unix Shell Introduction

A shell is just a program that runs other programs The Unix Shell Introduction

A shell is just a program that runs other programs The Unix Shell Introduction

A shell is just a program that runs other programs Most popular is bash

A shell is just a program that runs other programs Most popular is bash (the Bourne again shell) The Unix Shell Introduction

A shell is just a program that runs other programs Most popular is bash

A shell is just a program that runs other programs Most popular is bash (the Bourne again shell) The Unix Shell Introduction

A shell is just a program that runs other programs Most popular is bash

A shell is just a program that runs other programs Most popular is bash (the Bourne again shell) Using it feels a lot more like programming than using windows, a mouse, etc. The Unix Shell Introduction

A shell is just a program that runs other programs Most popular is bash

A shell is just a program that runs other programs Most popular is bash (the Bourne again shell) Using it feels a lot more like programming than using windows, a mouse, etc. Commands are terse and often cryptic The Unix Shell Introduction

A shell is just a program that runs other programs Most popular is bash

A shell is just a program that runs other programs Most popular is bash (the Bourne again shell) Using it feels a lot more like programming than using windows, a mouse, etc. Commands are terse and often cryptic Use it because: The Unix Shell Introduction

A shell is just a program that runs other programs Most popular is bash

A shell is just a program that runs other programs Most popular is bash (the Bourne again shell) Using it feels a lot more like programming than using windows, a mouse, etc. Commands are terse and often cryptic Use it because: – many tools only have command-line interfaces The Unix Shell Introduction

A shell is just a program that runs other programs Most popular is bash

A shell is just a program that runs other programs Most popular is bash (the Bourne again shell) Using it feels a lot more like programming than using windows, a mouse, etc. Commands are terse and often cryptic Use it because: – many tools only have command-line interfaces – allows you to combine tools in powerful new ways The Unix Shell Introduction

created by Greg Wilson August 2010 Copyright © Software Carpentry 2010 This work is

created by Greg Wilson August 2010 Copyright © Software Carpentry 2010 This work is licensed under the Creative Commons Attribution License See http: //software-carpentry. org/license. html for more information.