Hi,
I saw there https://askubuntu.com/questions/9325/what-is-the-difference-between-man-and-info-documentation that info is “better” than man because is outdated. Still right in 2023 ?
Hi,
I saw there https://askubuntu.com/questions/9325/what-is-the-difference-between-man-and-info-documentation that info is “better” than man because is outdated. Still right in 2023 ?
Personally I’m a fan of cheat.sh
For instance to get info on curl you can:
I since switched to
tldr
(for the offline/caching functionality, I think?), but for the longest time I just used a wrapper function that did exactly this in my shell configuration. Something a bit like this:function cheatsh() { curl cheat.sh/"\$1" }