Skip to content

Commit 13b7fda

Browse files
authored
fixed command line sections
Fixes: - section heading that was without dividing line - two sections of linux commands were outside the area
1 parent a69290a commit 13b7fda

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

pt/intro_to_command_line/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ Music
172172
05/08/2014 07:28 PM <DIR> Music
173173
...
174174
```
175-
<!--endsec-->* * *
175+
<!--endsec-->
176+
177+
* * *
176178

177179
### Entrar em outra pasta
178180

@@ -204,6 +206,7 @@ $ pwd
204206
/Users/seunome/Desktop
205207
```
206208
<!--endsec-->
209+
207210
<!--sec data-title="Windows" data-id="windows_cd2" data-collapse=true ces-->
208211

209212
{% filename %}command-line{% endfilename %}
@@ -346,9 +349,10 @@ $ rm -r djangogirls
346349
djangogirls, Are you sure <Y/N>? Y
347350
```
348351
<!--endsec-->
352+
349353
Pronto! Para ter certeza que a pasta foi realmente excluída, vamos checar:
350354

351-
OS X e Linux:
355+
<!--sec data-title="OS X and Linux" data-id="OSX_Linux_ls2" data-collapse=true ces-->
352356

353357
{% filename %}command-line{% endfilename %}
354358
```

0 commit comments

Comments
 (0)