Stefan

Results 185 comments of Stefan

1. Indeed, I suppose something with autoconf goes wrong. 2. Rather simple: Copy and paste the last line and replace `x86_64-pc-linux-gnu-gcc` with `x86_64-pc-linux-gnu-g++`. Now the compiler driver should add the...

See https://github.com/Genivia/ugrep.

Please report in https://github.com/Homebrew/discussions/discussions

FYI https://stackoverflow.com/a/60555200/1430535

Maybe we should switch to https://github.com/XPhyro/htop-xphyro?

@DarthGandalf Well, not everyone who forks or commits wants to be a new maintainer.

Yes, it should work like every X11 application. Just follow https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal.

It works somehow... ``` $ sh nerdfetch nerdfetch: 16: Syntax error: Bad substitution ``` ``` $ csh nerdfetch Illegal variable name. ``` ``` $ ksh nerdfetch ?ffnen von //var/pkg/lib/rpm/packages.rpm fehlgeschlagen...

By the way I'm not root, it's a free account http://freeshell.org. At least `/sbin/sysctl -n kern.boottime` does work, sbin is not in my PATH.

Please read https://stackoverflow.com/questions/13210880/replace-one-substring-for-another-string-in-shell-script carefully: "Note that this feature is not specified by POSIX — it's a Bash extension — so not all Unix shells implement it."