Today's progress: #GNU #coreutils and glibc's localedata seem to work fine in #FreeBSD's #Linuxulator, in addition to bash.
Still, coreutils is not complete yet, it *should* used hash functions from #OpenSSL, so, time to port that for #Linux (tomorrow).
#gnu #coreutils #freebsd #linuxulator #openssl #linux
Just have to love this: You find yourself with a textual list of items you want to sort in your clipboard and console with `sort` is available:
"If you type sort - the command will accept input from stdin. Then you can just paste whatever you want into the console and type CTRL-D to sort it."
👉 https://stackoverflow.com/a/2434719/12775994
#Shortcuts #WhenComputersMakeLifeEasier #GNU #Coreutils #Sort #FOSS
(And, yes, I know there probably is a way to do this in PowerShell with only 16 lines of code, and it's beautiful and no-one wants to take it from you.)
#shortcuts #gnu #foss #WhenComputersMakeLifeEasier #coreutils #sort
Coreutils Progress Viewer: A Robust Tool For Real-time Monitoring Of Coreutils Commands #Linux #Coreutils #Linuxcommands #Linuxhowto #Linuxtips #Progress
https://ostechnix.com/coreutils-progress-viewer/
#Linux #coreutils #linuxcommands #linuxhowto #linuxtips #progress
@dpwiz I am asking because I think the #fp paradigm uniquely enables high-level composable constructs. I would love to see a visual exploration of such.
But if it were for me, I would want essentially gnu #coreutils reimplemented for graphical high-level programming like in a #nocode or #lowcode service.
If I were to write it, I would probably start with #openapi because of the broad adoption of that abstraction, and the market for api operations in small to medium business.
#fp #coreutils #nocode #lowcode #openapi
where is the source code for the which command? #commandline #sourcecode #coreutils
#commandline #sourcecode #coreutils
From the release notes of GNU #coreutils 9.2:
Programs now support the new Ronna (R), and Quetta (Q) SI prefixes,
corresponding to 10^27 and 10^30 respectively,
along with their binary counterparts Ri (2^90) and Qi (2^100).
In some cases (e.g., 'sort -h') these new prefixes simply work;
in others, where they exceed integer width limits, they now elicit
the same integer overflow diagnostics as other large prefixes.
#GNU #Coreutils 9.2 - Now Avoids cp/mv Allocating Too Much Memory
https://www.phoronix.com/news/GNU-Coreutils-9.2
Original tweet : https://twitter.com/phoronix/status/1637879541778489352
Fantastic #coreutils written in #rust.
From: @hackernews
https://mstdn.digital/@hackernews/109859595821272199
Hope it become default once done having memory safe core utils can be pretty interesting : "The Rust Implementation Of GNU Coreutils Is Becoming Remarkably Robust"
source : https://www.phoronix.com/news/Rust-Coreutils-uutils-2023
#linux #core #coreutils #gnu #rust #foss
How to break long files in smaller parts based on delimiters? Using the `csplit` utility!
https://linuxhandbook.com/csplit-command
#csplit #Linux #GNU #CoreUtils #Command
#csplit #linux #gnu #coreutils #command
The #Rust Implementation Of #GNU #Coreutils Is Becoming Remarkably Robust https://www.phoronix.com/news/Rust-Coreutils-uutils-2023
« Reimplementing the #Coreutils in a modern language (spolier: #Rust, not C++) » now in the #FOSDEM main track: https://fosdem.org/2023/schedule/event/rust_coreutils/ Go Sylvestre!
@ruario Linux using GNU #Coreutils might have pinky(1) installed. Unfortunately it only supports local users and not the protocol
W kolejnej, 30-tej części cyklu Porady Admina zajmiemy się programem shred https://linuxiarze.pl/porady-admina-coreutils-shred/ #linux #coreutils #shred #admin
#linux #coreutils #shred #admin
Kolejnym programem z cyklu Porady Admina, który dziś omówimy jest wc https://linuxiarze.pl/porady-admina-coreutils-wc/ #porada #linux #coreutils
Progress - Show Progress of #Linux Commands (cp, mv, dd, tar)
https://www.tecmint.com/show-progress-linux-commands
#LibreSoftware #CLI #Utility #CoreUtils
#linux #libresoftware #cli #utility #coreutils
#til: touch -r $INPUT $OUTPUT
Read the timestamp from the $INPUT file to apply to the $OUTPUT. So so so handy.
#coreutils #unix #scripting #shell #linux #bash #til
Was there a tweak to (g)awk(1)? I’ve never had these issues about function variables with the same name as BEGIN before. #Linux #GNU #coreutils