Skip to content

Commit fd54137

Browse files
Fix Markdown
1 parent 342267e commit fd54137

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/sessions/rsync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ In this optional exercise, we'll compress the file before transferring,
149149
and decompress it at its destination. `rsync` can do this,
150150
by adding the `--compress` flag, e.g.
151151

152-
```
152+
```bash
153153
rsync --compress my_local_file.txt [email protected]:/home/sven/
154154
```
155155

docs/sessions/scp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ tags:
170170
- The file(-s) are then also decompressed on the destination.
171171

172172
!!! warning "Compressing is processor intensive"
173-
173+
174174
- See [extra section](#extra)
175175

176176
### Archive many files
@@ -350,7 +350,7 @@ tags:
350350
- [``tar`` manual](https://devhints.io/tar)
351351

352352
!!! warning "Compressing is processor intensive"
353-
353+
354354
- Can delay transfer of that reason.
355355

356356
??? tip "[Shall I compress or not?](https://filetransferhq.com/should-i-compress-files-before-transferring/)"

0 commit comments

Comments
 (0)