Conversation
Notices
-
:blank: (i@declin.eu)'s status on Friday, 04-Oct-2024 00:59:53 JST :blank: @j @shitpisscum @lanodan @hj select split_part(upload->>'href','/', 5) from (select jsonb_array_elements(data->'url') as upload from objects where data->>'actor' = (select ap_id from users where nickname = 'CHANGEME')) where upload->>'type' = 'Link'; -
Jake (formerly sjw) :lain_sneed: (j@bae.st)'s status on Friday, 04-Oct-2024 01:00:43 JST Jake (formerly sjw) :lain_sneed: @i @shitpisscum @lanodan @hj now isn't this some shit?
How can I tie split into this to make it work?
Screenshot_20240912-102611~2.png -
:blank: (i@declin.eu)'s status on Friday, 04-Oct-2024 01:00:46 JST :blank: @j @shitpisscum @lanodan @hj psql | xargs -n 16 cp -t dest ... to do it in smaller batches, or psql | xargs -I AAA cp AAA dest/ to do one file at a time
or readline, or any other for loop, but bash substitution
-