Sha256: 6e5d983a5d52c38e30ffc8410220038425b661a99fad0d38b96fb23f7caa0be6

Contents?: true

Size: 225 Bytes

Versions: 10

Compression:

Stored size: 225 Bytes

Contents

# s3grep

Search through S3 files without downloading them.

# Basic Usage

Search for a pattern in a S3 file.

example:
```
s3grep Bob s3://exammple.com/users.csv
```

Outputs S3 file with line number and the matching line.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
s3grep-0.1.9 README.md
s3grep-0.1.8 README.md
s3grep-0.1.7 README.md
s3grep-0.1.6 README.md
s3grep-0.1.5 README.md
s3grep-0.1.4 README.md
s3grep-0.1.3 README.md
s3grep-0.1.2 README.md
s3grep-0.1.1 README.md
s3grep-0.1.0 README.md