瀏覽代碼

csvlook: removed all but simplest example

Hayden Schiff 9 年之前
父節點
當前提交
50142e923a
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      pages/common/csvlook.md

+ 0 - 8
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`