diff --git a/content/technical/2019/10/useful-command-line-tools.md b/content/technical/2019/10/useful-command-line-tools.md index 7574c6d..04b274f 100644 --- a/content/technical/2019/10/useful-command-line-tools.md +++ b/content/technical/2019/10/useful-command-line-tools.md @@ -81,7 +81,7 @@ terminal. It supports syntax highlighting and git integration. ### bb ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584) -`bb` is system monitor for Linux like `top`. It shows overall CPU and memory usage as well as +`bb` is system monitor like `top`. It shows overall CPU and memory usage as well as detailed information per process. ![bb screenshot](/images/cli/bb.png) diff --git a/content/technical/2019/10/useful-command-line-tools.yaml b/content/technical/2019/10/useful-command-line-tools.yaml index 86d21ea..0d7f5ad 100644 --- a/content/technical/2019/10/useful-command-line-tools.yaml +++ b/content/technical/2019/10/useful-command-line-tools.yaml @@ -4,7 +4,7 @@ extra: A short description and screenshot of some useful command line tools I us kind: article section: technical created_at: 2019-10-26T14:11:22+11:00 -updated_at: 2019-10-31T21:03:15+11:00 +updated_at: 2019-11-01T08:00:34+11:00 article_class: cli-tools keywords: - cli