Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

gwenn/csvgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command line tool to grep CSV/DSV files and display matching lines in a user-friendly way.

	$ csvgrep -s=, 'z' test.csv 
	test.csv :
	-
		colA ( 1) : a
		colB ( 2) : b
		colC ( 3) : c .. z

About

Pretty-print lines matching a pattern in CSV files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published