Skip to content

Commit 92c261a

Browse files
committed
differences for PR #346
1 parent 26af628 commit 92c261a

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

05-writing-scripts.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -330,16 +330,9 @@ using a transfer program, it needs to be installed on your local machine, not yo
330330

331331
## Transferring Data Between your Local Machine and the Cloud
332332

333-
If you're using Windows with PuTTY instead of Git Bash, please select the alternative option here:
334-
<select id="id_platform" name="platformlist" onchange="change_content_by_platform('id_platform');return false;">
333+
::::::::::::::: solution
335334

336-
<option value="unix" id="id_unix" selected> Linux, Mac OS, Git Bash </option>
337-
<option value="win" id="id_win"> PuTTY </option>
338-
</select>
339-
340-
<div id="div_unix" style="display:block" markdown="1">
341-
342-
### Uploading Data to your Virtual Machine with scp
335+
### Uploading Data to your Virtual Machine with scp on Linux, Mac OS and Windows with Git Bash
343336

344337
`scp` stands for 'secure copy protocol', and is a widely used UNIX tool for moving files
345338
between computers. The simplest way to use `scp` is to run it in your local terminal,
@@ -387,12 +380,12 @@ $ scp dcuser@ip.address:/home/dcuser/shell_data/untrimmed_fastq/scripted_bad_rea
387380
```
388381

389382
Remember that in both instances, the command is run from your local machine, we've just flipped the order of the to and from parts of the command.
383+
:::::::::::::::::::::::::
390384

391-
</div>
392385

393-
<div id="div_win" style="display:block" markdown="1">
386+
::::::::::::::: solution
394387

395-
### Uploading Data to your Virtual Machine with PSCP
388+
### Uploading Data to your Virtual Machine with PSCP on Windows with Putty
396389

397390
If you're using a Windows PC without Git Bash, we recommend you use the *PSCP* program.
398391
This program is from the same suite of tools as the PuTTY program we have been using to connect.
@@ -425,8 +418,7 @@ C:\User\your-pc-username\Downloads> pscp.exe dcuser@ec2-54-88-126-85.compute-1.a
425418

426419
C:\User\your-pc-username\Downloads
427420
```
428-
429-
</div>
421+
:::::::::::::::::::::::::
430422

431423
:::::::::::::::::::::::::::::::::::::::: keypoints
432424

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/02-the-filesystem.md" "70b53ce6f53a88f931e492d876c60fa1" "site/built/02-the-filesystem.md" "2023-05-08"
88
"episodes/03-working-with-files.md" "6989deaa6d2a3b387212bff8b5d104f0" "site/built/03-working-with-files.md" "2023-05-08"
99
"episodes/04-redirection.md" "b9e1ebb605195fcdb9f32954ec9b9b1c" "site/built/04-redirection.md" "2023-05-08"
10-
"episodes/05-writing-scripts.md" "7873c1c4f1feab1f083cf9f0e53978aa" "site/built/05-writing-scripts.md" "2023-05-08"
10+
"episodes/05-writing-scripts.md" "00e1e52a993f6ce6d75f8a0193a8cc99" "site/built/05-writing-scripts.md" "2023-08-07"
1111
"episodes/06-organization.md" "6a657fb25cd386f2088145a440f2acc3" "site/built/06-organization.md" "2023-05-08"
1212
"instructors/Extra_lesson.md" "e60e20421674d8dc399eefce404e27f9" "site/built/Extra_lesson.md" "2023-05-08"
1313
"instructors/instructor-notes.md" "f12b2f2390fc32b997ecd958fd485dc3" "site/built/instructor-notes.md" "2023-05-08"

0 commit comments

Comments
 (0)