6727f96713ad943501d19f2e4a8bd359.ppt
- Количество слайдов: 35
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
Run Programs 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 Interact with us Introduction
Interact with us 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 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 Typewriter Speech WIMP The Unix Shell Introduction
Typewriter 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 CLUI: command-line user interface 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 computer executes command prints output The Unix Shell Introduction
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 command computer executes command prints output The Unix Shell Introduction
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 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 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 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 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 (the Bourne again shell) The Unix Shell Introduction
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 (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 (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 (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 (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 licensed under the Creative Commons Attribution License See http: //software-carpentry. org/license. html for more information.