Skip to content

atzedent/globfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globfs

A docker image which provides file search using globbing patterns.

Getting Started

These instructions will cover usage information for the globfs docker container.

Prerequisities

In order to run this container you'll need docker installed.

Usage

Container Parameters

Mount the root search directory

docker run --rm -it -v /data/:/data atzedent/globfs "/data/**/*.jpg"

Use a placeholder for system directories and use awk to replace the result

docker run --rm -it -v /var/log/:/SEARCHDIR atzedent/globfs "/SEARCHDIR/**/*.log" | awk 'BEGIN { FS = "/SEARCHDIR/" } ; {print "/var/log/"$2}'

Built With

Find Us

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Matthias Hurrle - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A docker image which provides file search using globbing patterns.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published