Note the escape character! Why is that necessary?

Slides:



Advertisements
Similar presentations
Creating Tables The basics, nothing pretty, but it works.
Advertisements

Structured ASIC Xcellence Framescript A case study demonstrating the power of Framescript to automate the generation of a Data Book or Catalogue.
CS 497C – Introduction to UNIX Lecture 8: The vi/vim Editor Chin-Chih Chang
IDL Tutorials : Day 5 Michael Hahn
The Unix File System. What are the three parts of every file on a Unix filesystem? And where is each stored? Filename - stored in directories Inode -
Final Thoughts. When you get data… Check for Viruses Lock the files – Right click> properties>click on read only Assume the data has not been cleaned.
©Sara Duncan 1998 Instructions for the game... Click on the text box that says “your text here. Enter your text in the box. Add pizzazz by using graphics.
2 $ command Command Line Options ls –a –l hello hi Command Arguments.
Week 2 - Monday.  What did we talk about last time?  Software development  Lab 1.
Chapter 3 Solving Linear Equations. Throughout mathematics, you encounter many types of equations.
 We are going to learn about programming in general…How to think logically and problem solve. The programming language we will use is Python. This is.
Compiled Matlab on Condor: a recipe 30 th October 2007 Clare Giacomantonio.
Microsoft Word Lesson 1. The Undo Button  Don’t worry about making a mistake. If you make a mistake, go up and hit Edit and then hit Undo, Or you can.
Intro Python: Variables, Indexing, Numbers, Strings.
Script M-Files Group of Matlab commands placed in a text file with a text editor. Matlab can open and execute the commands exactly as if they were entered.
Newspaper Steps Volume One. Brainstorm Story Ideas Take five minutes for each group member to write a list of 5 topics Share that list one-by-one, as.
Drush: The Drupal Shell Utility Trevor Mckeown Founder & Owner Sublime Technologies
On the data side of the application… In the beginning, we needed to translate the ideas for the game’s dialogue progression and how the player would interact.
Computers Are Smarter Than Humans Or Are They???
1 Day 18 Bash and the.files. 2 The.files ls shows you the files in your directory –Or at least most of them. –Some files are hidden. Try: ls –a –This.
Agenda The Bourne Shell – Part II Special Characters Ambiguous File Reference Variable Names and Values User Created Variables Read-only Variables (Positional.
Installing Microsoft C++ Microsoft Visual Studio 6.0.
LING 408/508: Programming for Linguists Online Lecture 7 September 16 th.
Welcome to Snap! Below the Line Decal Facilitated By: Zachary McPherson and Bao Xie.
The graph shows how questions that I have asked the people around me. Every one that I asked has a cell phone and they text a lot. Most of them text a.
CS 403: Programming Languages Lecture 20 Fall 2003 Department of Computer Science University of Alabama Joel Jones.
DO NOW!  Which part of C.A.S.T. do you find the most challenging to complete in your paragraph writing? Why?
 Prepared by: Eng. Maryam Adel Abdel-Hady
Lab 7 Shell Script Reference: Linux Shell Scripting Tutorial v1.05r3 A Beginner's handbook
Shell scripts – part 1 Cs 302. Shell scripts  What is Shell Script? “Shell Script is series of command written in plain text file. “  Why to Write Shell.
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
Learning and remembering.
Introduction to Unix for FreeSurfer Users
Paragraph Form When writing a paragraph, there are a few things you need to remember.
Examples, examples: Outline
Being responsible means you
Formatting Output.
Python 14 Mr. Husch.
(optional - but then again, all of these are optional)‏
Solution Sets to Inequalities with Two Variables
UNIT 3 – LESSON 5 Creating Functions.
Formatting Output.
What is drafting? Your draft is your first version you will finish and polish later. For example, writing a short story: Preliminary Drafting Decide on.
CSE 303 Concepts and Tools for Software Development
LING 408/508: Computational Techniques for Linguists
Permission and CHMOD.
The Linux Command Line Chapter 7
Chapter 12: Archiving Rationale to tidy up project items
Teaching London Computing
More than just Play-doh
The Linux Command Line Chapter 24
Shells, Help, and Paths.
All the files in this directory are free files
Group 1 Your school is hosting some curious and whacky exchange students. They are staying for a term and have lots of questions about your school and.
Water is my life: Rachel’s Story
Introduction In today’s lesson we will look at: why Python?
CSE 303 Concepts and Tools for Software Development
Week 1 – Lesson 2: Creating Shell Scripts, Linux Commands
A First Program.
MAIN IDEA of Fictional Text
Module 6 Working with Files and Directories
Reading Data From and Writing Data To Text Files
Python 16 Mr. Husch.
Lab 7 Shell Script Reference:
Step 1 (on your own) Write at least 25 review questions about geology, astronomy, meteorology, OR oceanography.
Final Thoughts.
This is the Title of the Presentation
How to Reset a Forgotten Windows Live Hotmail Password? | Call
The Linux Command Line Chapter 24
10/1/2019-Analyzing an anchor paper
Presentation transcript:

Note the escape character! Why is that necessary?

Don’t worry, we’ll come back to the interesting stuff in this example …

* More on the PATH environment variable later

less is more, folks

find found four files with filenames, finally!

What is the difference between the second and the third commands?

What did I forget to do in line 2?Did I finish this script?

Lots of variables!

Everyone remember this? We’re all safe now, but even shells contract vulnerabilities!

iTerm2 --

Sublime Text --