Skip to content

Commit

Permalink
fix: remove trailing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Sep 14, 2020
1 parent 2f8efb5 commit 5092390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ lr-xr-xr-x 1 root wheel 0 Jan 1 1970 /dev/stdin -> fd/0
lr-xr-xr-x 1 root wheel 0 Jan 1 1970 /dev/stdout -> fd/1
```

If you are not familiar with `ls` (the _list directory contents_ command) then check [Chapter 2 - Navigating Your System]({{< relref "/docs/part-1-transitioning-to-the-shell/2-navigating-your-system/" >}}). The first part of the output isn't too important - but we can see we have three files in the special `/dev/` (short for _device_ folder). We can also see the associated file descriptors.
If you are not familiar with `ls` (the _list directory contents_ command) then check [Chapter 2 - Navigating Your System]({{< relref "/docs/part-1-transitioning-to-the-shell/2-navigating-your-system" >}}). The first part of the output isn't too important - but we can see we have three files in the special `/dev/` (short for _device_ folder). We can also see the associated file descriptors.

As an aside - this is a really fundamental thing we'll see again and again in Unix and Linux - almost everything can be represented as a file. This is a core concept and one we'll touch on regularly.

Expand Down

0 comments on commit 5092390

Please sign in to comment.