I told friends and relatives in February that we'd be in a recession by the end of the year. I expected 3 quarters for it, not his first 2. 2 consecutive quarters of economic contraction are needed by the modern definition of a recession.
Not everything uses groff. A lot will have their own function or another.
Edit: I think for what you indicting you are wanting to try you'd need to either patch your shell of choice or write your own.
Edit2: If you did patch it, the best way I can think of to get something upstreamed would be to patch bash to use CTRL-Enter to automatically pipe the output to the default pager defined in BASHPAGER followed by PAGER if it doesn't exist. Then set the BASHPAGER to your "bat" command.
Or if you are lazy you could add "-h" as an option to said help command for when --help doesn't work. Shouldn't take to long to to make a list with a script that runs each command to with --help and logs it all to a file though. Then just go look for the ones that don't like it in the log. Apparently bash has a builtin command named help, so a different name is probably better then.
ls -1 $dir | while read line
do
echo "----------"
$line --help |& >> logfile.txt
done
Just search in you favorite pager for "-----" and just hit "next" key.
You'd be intercepting all commands just to verify if they have a help flag and then if not executing them as they were intended. If the intercept got broke, then the shell would be completely broken.
I am not even sure what the US government expects to achieve by limiting them at this point. I could see it being used for negotiating with China on trade, but these guys are inherently not capable of any of that.
I agree. I am was just talking about a hypothetical privatized postal co. It is a service. Imagine how many people would send Christmas cards at $10 a card.
The path is through AoC and Bernie. While I appreciate Pritzker’s seemingly well-intentioned efforts he’s part of the elites and can get fucked.
He may be one of the elites, but he has been doing much more to fight for working class workers than many/most politicians even in the Democratic party right now. I agree AOC and Bernie are great, but that doesn't mean they can do it themselves alone.
Simplest way would be to open a term windows and type 'ps aux | grep Xorg' minus the quotes and hit enter. Ignore the output that has grep on it. Examine the output. If only one line, then you are most likely on wayland. There are other ways, but we would need to know more about your system.
I told friends and relatives in February that we'd be in a recession by the end of the year. I expected 3 quarters for it, not his first 2. 2 consecutive quarters of economic contraction are needed by the modern definition of a recession.