mirror of
https://github.com/uutils/coreutils
synced 2024-12-04 18:39:52 +00:00
md: ignore a warning
This commit is contained in:
parent
c68324a58c
commit
fe2517041f
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ If you want to get fancy and exhaustive, generate a table:
|
|||
|------------------------|--------------|------------------|-----------------|-------------------|
|
||||
| `wc <FILE>` | 1.3965 | 1.6182 | 5.2967 | 2.2294 |
|
||||
| `wc -c <FILE>` | 0.8134 | 1.2774 | 0.7732 | 0.9106 |
|
||||
<!-- markdownlint-disable-next-line MD033 -->
|
||||
| `uucat <FILE> | wc -c` | 2.7760 | 2.5565 | 2.3769 | 2.3982 |
|
||||
| `wc -l <FILE>` | 1.1441 | 1.2854 | 2.9681 | 1.1493 |
|
||||
| `wc -L <FILE>` | 2.1087 | 1.2551 | 5.4577 | 2.1490 |
|
||||
|
|
Loading…
Reference in a new issue