Traverse symlinked directories and files.
Section: Hidden files and ignore rules
Follow symbolic links
bash
bash
rg -L 'router' packages/Explanation
This can be important in workspaces that use symlink-based dependency managers.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Hidden files and ignore rules
Ignore .gitignore and other ignore files
Search everything except hidden/binary defaults.
Disable all automatic filtering
Search hidden, binary, and ignored files.
Use an extra ignore file
Apply additional ignore patterns from a custom file.