Skip to content

Commit f4e9617

Browse files
Update bash.md
1 parent c772177 commit f4e9617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bzip2 -c file.txt | wc -c
5959
tar -cf - file.txt | wc -c
6060
```
6161

62-
### Validate JSON
62+
### :material-code-json: Validate JSON
6363

6464
```shell
6565
cat foo.json | jq empty

0 commit comments

Comments
 (0)