glocate
faster locate using grep
git clone
https://a3nm.net/git/glocate/
Log
|
Files
|
Refs
|
README
glo (37B)
1
#!/bin/bash
2
3
glocate -i "$@" | sort
4