diff --git a/posts/2024-04-29-nushell-after-8-months.md b/posts/2024-04-29-nushell-after-8-months.md index c3ed75a..e03dfaa 100644 --- a/posts/2024-04-29-nushell-after-8-months.md +++ b/posts/2024-04-29-nushell-after-8-months.md @@ -39,7 +39,7 @@ This is just plain text but pipe it into `detect columns` and we get an actual ` $ kubectl -n namespace get pods | detect columns ``` - + Now we can filter the rows with `where` and get the first row with `first`