A puzzle! Crontab and mkdir and files, oh my!

Ralf Mardorf kde.lists at yahoo.com
Thu Apr 24 12:26:31 UTC 2025


On Thu, 2025-04-24 at 14:08 +0200, Ralf Mardorf wrote:
> $ tldr find

I am used to "--help", "man" and web search engines. Today was the first
time that only "tldr" helped me better/faster than "--help", "man" and
web search engines.

https://packages.ubuntu.com/oracular/tldr
https://archlinux.org/packages/extra/any/tldr

I found a typo in my previous message:

This is correct: rm -r foo_temp-1 bar__temp-x ...

But this is not: rm -r foo_temp-1; rm bar__temp-x; ...

It should read:  rm -r foo_temp-1; rm -r bar__temp-x; ...





More information about the ubuntu-users mailing list