You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webpage/resources/Slides/Advanced/slides.qmd
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ smaller: true
56
56
-**10:00-11:00**:
57
57
- Workshop Introduction
58
58
- Frequently used on UNIX
59
-
-`rsync`copy and backups
59
+
-`rsync`file transfer
60
60
61
61
-**11:00-12:00**:
62
62
- Batch jobs on the cluster
@@ -150,7 +150,7 @@ Now, there are many repetitive things we do every day. For example:
150
150
- remove files and double check we can
151
151
-`cd ../` and `cd ../../` and ... and `cd ../../../../../../../`
152
152
153
-
and every time it is just annoying to waste precious time. Why not creating some aliases for all those deplorably long commands? Copy the aliases from the list below and add them in your `.bashrc` file:
153
+
and every time it is just annoying to waste precious time. Why not creating some aliases **which you can write in their place**? Copy the aliases from the list below and add them in your `.bashrc` file:
154
154
155
155
```{.bash}
156
156
## Safe file handling
@@ -209,7 +209,7 @@ source ~/.bashrc
209
209
210
210
# Syncronizations of data
211
211
212
-
- How to copy using `rsync
212
+
- How to copy using `rsync`
213
213
- Local copy and remote copy
214
214
- Incremental copy
215
215
@@ -271,8 +271,6 @@ Create 100 files with extensions `fastq` and `log` in the data folder
0 commit comments