https://github.com/vlmarkov/whereis-ext
Alternative version of "whereis" Linux utility
https://github.com/vlmarkov/whereis-ext
Last synced: about 1 month ago
JSON representation
Alternative version of "whereis" Linux utility
- Host: GitHub
- URL: https://github.com/vlmarkov/whereis-ext
- Owner: vlmarkov
- Created: 2018-07-23T11:45:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T12:39:23.000Z (over 6 years ago)
- Last Synced: 2024-07-08T21:49:19.196Z (10 months ago)
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whereis-ext
Alternative version of "whereis" Linux utility# Features:
* Can find config or photo or archive file
* Root search point always '/'
* The output will be list of paths to the searching file# Implementation:
* C++ - mvc pattern
* C - recursive directory search# Howto:
* ./whereis-ext [file]