ricket·2 jaar geleden·discussI googled "us government anti trust wins" and found a few articles that point out some recent ones, e.g. Adobe and Figma in December 2023, and an Apple lawsuit in March 2024.
ricket·3 jaar geleden·discussbtw there is a bash feature that you can use for thistouch a_tset_file.txt mv a_t{se,es}t_file.txtit works for changing file extensions:touch foo.txt mv foo.{txt,json}or for adding or removing characters, just leave the other side of the comma emptytouch foo.txt mv foo{,bar}.txt mv foo{bar,}.txt