Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

dgrep

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dgrep

bundlerRubyGems.org
Version
0.1.0
Version published
Maintainers
1
Created
Source

Dgrep

dgrep is grep program for tsv or csv file.

Installation

install it yourself as:

$ gem install dgrep

Usage

If there is this file

	a	b	c
d	1	2	3
e	4	5	6
f	7	8	9

and you want to get this output,

	a	b	c
d	1	2	3

you only do

$ dgrep "d" sample.txt

if you wan to get this outpus,

	a
d	1
e	4
f	7

you only do

dgrep -c "a" sample.txt

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nishimoto/dgrep.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 31 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts