glocate

faster locate using grep
git clone https://a3nm.net/git/glocate/
Log | Files | Refs | README

update-man (153B)


      1 #!/bin/bash
      2 
      3 sudo time find / | pv | sudo tee /home/files > /dev/null && sudo time split /home/files /home/files. -nr/8 && sudo chmod og+r /home/files*
      4