Просмотр исходного кода

csvlook: removed all but simplest example

Hayden Schiff 9 лет назад
Родитель
Сommit
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`