General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
DistroTube
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Three Manpage Alternatives - bropages, cheat and tldr" video.
12:54 lolcat: https://github.com/busyloop/lolcat
3
I worry that several of those “find” examples include complex piping and substitution that will look like black magic to those who are not au fait with shell syntax. Combine that with cavalier use of dangerous commands like “rm”, and I sense an accident or two just waiting to happen. Also, no love for GNU info? ;)
2
8:03 Just a note that “ls -A” is more useful than “ls -a”. This is because the latter includes the useless “.” and “..” entries in every directory.
2
8:23 Typo! “--user=username” instead of “-user username”.
1
But on most Linux distros everything is part of a package. The package contains version dependency information and internal code and data, which can include the documentation. And it can have multiple related binaries, if it makes sense to put them together. That way everything gets properly updated at once when a new package version comes out.
1
11:13 Same with tldr.
1
6:10 I see no examples using the -print0 option, together with piping into “xargs -0”. This can be useful with dangerous commands like “rm” (of which I see several instances in the examples), just in case a filename has something strange like a newline in it.
1