Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit f9e519d

Browse files
committed
edit header
1 parent 71d2a97 commit f9e519d

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Diff for: _episodes/03-files.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@ title: Writing and reading files
33
teaching: 30
44
exercises: 15
55
questions:
6-
- "How do I move files on and off the remote system?"
7-
- "How do I control who has access to my files?"
8-
- "How do I write and run a simple script?"
6+
- "How do I create/move/delete files?"
7+
- "How do I edit files?"
98
objectives:
10-
- "Be able to move files to and from the remote system."
11-
- "Be able to read and change file permissions."
12-
- "Be able to write and edit simple scripts"
9+
- "Learn to use the `nano` text editor."
10+
- "Understand how to move, create, and delete files."
1311
keypoints:
14-
- "`scp` (The Secure Copy Program) is a standard way to securely transfer data to remote HPC systems."
15-
- "File ownership is an important component of a shared computing space and can be controlled with `chgrp` and `chown`."
16-
- "Scripts are *mostly* just lists of commands from the command line in the order they are to be performed."
12+
- "File extensions are entirely arbitrary."
1713
---
1814

1915
Now that we know how to move around and look at things, let's learn how to read, write, and handle files!

0 commit comments

Comments
 (0)