From 50142e923affcbd1fbbb39d9f32b3ada5083c39d Mon Sep 17 00:00:00 2001 From: Hayden Schiff Date: Thu, 21 Jan 2016 21:55:19 -0500 Subject: [PATCH] csvlook: removed all but simplest example --- pages/common/csvlook.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pages/common/csvlook.md b/pages/common/csvlook.md index 9e8726832a..3abdb0e234 100644 --- a/pages/common/csvlook.md +++ b/pages/common/csvlook.md @@ -6,11 +6,3 @@ - View a CSV file: `csvlook {{data.csv}}` - -- View a CSV file with _less_ for easy scrolling: - -`csvlook {{data.csv}} | less` - -- View columns 2 and 3 of a CSV file: - -`csvcut -c {{2,3}} | csvlook`