From 3716853e38ec070558dbb7f03425700b699e6d58 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 2 Mar 2020 12:35:53 -0800 Subject: [PATCH] add another useful command.. --- cmds.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds.txt b/cmds.txt index 873b282..e8090b0 100644 --- a/cmds.txt +++ b/cmds.txt @@ -1 +1,2 @@ ls fakedata.py | entr sh -c 'python fakedata.py > fake.txt; echo plot \"fake.txt\" | gnuplot' +tail -c +11 fakedata.js | python -m json.tool | less