SQLite Forum

Documentation: broken text
Login

Documentation: broken text

(1) By AlexJ (CompuRoot) on 2022-01-14 14:24:40

Example text is broken here: [Using sqlite3 in a shell script](https://www.sqlite.org/cli.html#using_sqlite3_in_a_shell_script)


<div style="background-color:#ccc;color:#000;border:2px solid green;padding:1em;border-radius:5px;"><strong>

```
$ sqlite3 ex1 'select * from tbl1' |
>  awk '{printf "<tr><td>%s<td>%s\n",$1,$2 }'
<tr><td>hello<td>10
<tr><td>goodbye<td>20
$
```

</strong></div>

(2) By Larry Brasfield (larrybr) on 2022-01-14 17:43:33 in reply to 1 [link]

Thanks. This [is fixed](https://www.sqlite.org/docsrc/info/f157179986383f69), to be published in due course.