Skip to content

Commit

Permalink
Update terminal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EetuHuuskoCSC authored Sep 27, 2024
1 parent 88c9204 commit 0188784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions materials/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The terms terminal, command line and shell are often used interchangably, even t

## Basic Linux commands

Do you remember on how you edited some files in the web interface? Let's do the same thing again; only from the command line:
Do you remember how you edited some files in the web interface? Let's do the same thing again; only from the command line:

### Navigating folders

Expand Down Expand Up @@ -60,7 +60,7 @@ wget https://raw.githubusercontent.com/csc-training/csc-env-eff/master/part-1/pr
2. Check what kind of file you got and what size it is using the `ls` command with some extra options:

```bash
ls -l # options are l for long format,
ls -l # option l is for long format
```

3. Use the `less` command to check out what the file looks like:
Expand Down

0 comments on commit 0188784

Please sign in to comment.