That looks super frustrating.
That looks super frustrating.
Very nice; I will use this. Thanks!
Here’s the code:
#!/bin/bash
cmd=$@
if echo $cmd | grep '/$'
then
xargs -rd '\n' -I {} $cmd{}
else
xargs -rd '\n' -I {} $cmd {}
fi
Usage is like:
ls *zip | iter shasum
or
ls *zip | iter shasum ../zipfile_archive/
The second one would get the shasum of zip files that have the same name as ones in the cwd
This assumes, of course, that the input files have sane names, ie, no spaces, etc
Great minds, lol. I have almost the exact same command set up as a little script. Mine has an extra modification for my use case, and I named mine iter, but foreach is a good name for it too.
Yes, anyone who disagrees with you politically must be a Russian troll. I can’t imagine why genocide would push someone do do something as extreme as vote green.
What year is? Every year we are pushed further right. If genocide isn’t a red line for you, then what is?
Lots of jazz and rock music meets these criteria
Just ext4 on my Linux things; I got scared away from btrfs because of some file loss horror stories
Everyone feels like the economy sucks. But stock buybacks and ai have been great for the 1% who have the means to manipulate the stock market. Everyone else should just buy less avocado toast or something, I guess.
Honestly, this article, like many other articles just like it, is just gaslighting.
Check out gold warden – I will install it also. It’s a general improvement on the official bitwarden desktop application.