Re: Any solutions welcome
cactuswand-revL73yDgGBWk0Htik3J/[email protected] Mon, 08 Jun 2026 05:45:51 +0000
| Newsgroups | gmane.org.user-groups.linux.nmglug |
|---|---|
| Message-ID | <f282392a268f19c992151a9084f935ac76724d4d9a5a39f4@smtp.hushmail.com> |
--===============4724877493578930214==
Content-Type: multipart/alternative;
boundary="=_8d4b3767cdfec18448bcbfcb473fac73"
--=_8d4b3767cdfec18448bcbfcb473fac73
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="UTF-8"
Hello MIke,I'm sorry to hear of your missing file. You might try:(1)=20
If you haven't already, search your trash, the path which might be
something like: ~/.local/share/Trash/files(2) Run the command: =20
find ~ -iname '*string*' # Where "string" is a piece of the
name of your missing file. You can use "globbing".(3) Or try: =20
find ~ -atime 2 || -ctime 2 # Any file
accessed or changed within the last 2x24=3D48 hours(4) Or try: =20
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.
--=_8d4b3767cdfec18448bcbfcb473fac73
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="UTF-8"
<span style=3D"font-family: Arial; font-size: 14px; line-height: 150%;"><di=
v><span style=3D"font-family:Arial;font-size:14px;line-height:150%;">Hello =
MIke,</span></div><div><span style=3D"font-family:Arial;font-size:14px;line=
-height:150%;">I'm sorry to hear of your missing file. You might try:=
</span></div><div><span style=3D"font-family:Arial;font-size:14px;line-heig=
ht:150%;">(1) If you haven't already, search your trash, the path whi=
ch might be something like: <b>~/.local/share/Trash/files</b><=
/span></div><div><span style=3D"font-family:Arial;font-size:14px;line-heigh=
t:150%;">(2) Run the command: <b>find ~ -iname '*s=
tring*' </b> # Where "string" is a =
piece of the name of your missing file. You can use "globbing".</span=
></div><div><span style=3D"font-family:Arial;font-size:14px;line-height:150=
%;">(3) Or try:  =
; <b>find ~ -atime 2 || -ctime 2 </b=
> # Any file accessed or changed within the last 2x24=
=3D48 hours</span></div><div><span style=3D"font-family:Arial;font-size:14p=
x;line-height:150%;">(4) Or try: &n=
bsp; <b> </b></span><b>find =
~ -ctime 2 -and -iname '*string*' </b> # Et=
cetera, etcetera ...</div><div>(5) Or, use some special software for =
recovering files which were removed with the command "rm".</div><div><br></=
div><div>good luck,</div><div>Doug.</div><div><br></div></span>
--=_8d4b3767cdfec18448bcbfcb473fac73--
--===============4724877493578930214==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
nmglug mailing list
[email protected]
http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org
--===============4724877493578930214==--