4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rga --pretty --ignore-case --iglob *.pdf --iglob **/*.pdf "$@" | less -RFX
|