blob: 9af1e445ad2994fba77701f1d7f1db858104e3ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.unnamed.website/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) |
|