From 398ca7dd2697e473baa747775da2bcb563d136ad Mon Sep 17 00:00:00 2001 From: Manideep Polireddi Date: Tue, 30 Apr 2024 16:54:34 +0530 Subject: [PATCH] Update image for nushell table output --- posts/2024-04-29-nushell-after-8-months.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`