How to use Code Tags

Hello moderator, i've tried to watch the video tutorial, cause i'd like to use this forum by the right way, but it was imposible, i just can see the comment of other persons about it, anything else.
What am i to do about it?
Thanks

code tags look like this:

```text
 ls *.*
```

is what you actually type in the reply.
This is what it looks like when you view it later:

 ls *.*
1 Like

To use codetags...
type in your script

cat file1
cut -d":" -f2 file2 > file3

highlight it with your mouse
and then click on the codetag icon

1 Like
cat file1
cut -d":" -f2 file2 > file3

Ohh thanks, i feel sorry myself jajaj, but i'm agree using that ways cause, it's more easy to the rest of the user to separate de code from the comment.

1 Like