[nmglug] Any solutions welcome
cactuswand at hushmail.com
cactuswand at hushmail.com
Sun Jun 7 22:45:51 PDT 2026
Hello MIke,I'm sorry to hear of your missing file. You might try:(1)
If you haven't already, search your trash, the path which might be
something like: ~/.local/share/Trash/files(2) Run the command:
find ~ -iname '*string*' # Where "string" is a piece of the
name of your missing file. You can use "globbing".(3) Or try:
find ~ -atime 2 || -ctime 2 # Any file
accessed or changed within the last 2x24=48 hours(4) Or try:
find ~ -ctime 2 -and -iname '*string*' #
Etcetera, etcetera ...(5) Or, use some special software for
recovering files which were removed with the command "rm".
good luck,Doug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nmglug.org/pipermail/nmglug-nmglug.org/attachments/20260608/4ee11a49/attachment.htm>
More information about the nmglug
mailing list