First page Back Continue Last page Image

Fun with locate

locate *.conf > confsearch.txt

locate *.conf >> confsearch.txt

Using the locate command to find a file

Place the output in the file confsearch.txt in the current directory

Find all files ending in “.conf”

Replace the contents or create a new file

append the contents

Manjaro does not like the Leading ‘*”