TestDisk-QPhotoRec

Ian Bruntlett ian.bruntlett at gmail.com
Wed Oct 16 18:47:32 UTC 2024


Hi,

On Wed, 16 Oct 2024 at 19:39, MR ZenWiz <mrzenwiz at gmail.com> wrote:

> On Wed, Oct 16, 2024 at 11:25 AM Grizzlly via ubuntu-users
> Find by name should locate it whether it is a file or a symlink. E.g.,
> $find / -name "<YourFileName>".
>

1) To ignore a load of "Permission denied" errors, I'd do:-
$find / -name "<YourFileName>" 2>/dev/null

Other useful things.
2) So I don't have to do a case sensitive search, I use -iname more
frequently than -name.
3) Within a -name -or -iname clause, I frequently use wildcards in the
given name pattern.

HTH,


Ian

-- 
-- ACCU - Professionalism in programming - http://www.accu.org
-- My writing - https://sites.google.com/site/ianbruntlett/
-- Free Software page -
https://github.com/ian-bruntlett/TECH-Manuals/blob/main/tm-free-software.md
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20241016/2f61ca1c/attachment.html>


More information about the ubuntu-users mailing list