A useful command
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2024-02-29 18:55:52 -05:00
parent 269f665d9c
commit 586e855346
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -0,0 +1,19 @@
---
title: "A Useful Command"
date: 2024-02-29T17:20:58-05:00
description: "Some random commands"
type: "post"
tags: ["linux", "command-line"]
---
Today my friend wrote a [blog post](https://awestover.github.io/skyspace/posts/systems/02-29-24.html) titled "A Useful Command", which inspired me to do the same. Except instead of one command, you get six! And I know one of my [first blog posts](/posts/best-cli-tools/) was about a similar topic, but this post has completely different commands.
| Command | Description |
| --- | --- |
| `time read` | Simple stopwatch |
| `gdu` | Really fast disk usage analyzer |
| `sd` | Insanely fast flash cards app ([shameless self-promotion](https://git.exozy.me/a/SDC)) |
| `scrcpy` | Mirror and control an Android device from a computer |
| `systemd-nspawn` | Container tool that you probably already have installed |
| `inotifywait` | Wait for file change (useful in scripts) |