<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>bash — LowEndSpirit</title>
        <link>https://staging.lowendspirit.com/index.php?p=/</link>
        <pubDate>Mon, 06 Apr 2026 15:21:06 +0000</pubDate>
        <language>en</language>
            <description>bash — LowEndSpirit</description>
    <atom:link href="https://staging.lowendspirit.com/index.php?p=/discussions/tagged/bash/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>jq headache</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/4664/jq-headache</link>
        <pubDate>Sat, 01 Oct 2022 09:50:44 +0000</pubDate>
        <category>Help</category>
        <dc:creator>legendary</dc:creator>
        <guid isPermaLink="false">4664@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Have this structure of JSON:</p>

<pre><code>(
    [0] =&gt; stdClass Object
        (
            [create_user] =&gt; Array
                (
                    [0] =&gt; stdClass Object
                        (
                            [time] =&gt; 2022-10-01_12:43:05
                            [level] =&gt; success
                            [message] =&gt; Username created: xbnitapwr
                        )

                )

        )

    [1] =&gt; stdClass Object
        (
            [create_user] =&gt; Array
                (
                    [0] =&gt; stdClass Object
                        (
                            [time] =&gt; 2022-10-01_12:43:05
                            [level] =&gt; success
                            [message] =&gt; User modified: xbnitapwr
                        )

                )

        )

)
</code></pre>

<p>I need to make it like this:</p>

<pre><code>(
    [0] =&gt; stdClass Object
        (
            [create_user] =&gt; Array
                (
                    [0] =&gt; stdClass Object
                        (
                            [time] =&gt; 2022-10-01_12:43:05
                            [level] =&gt; success
                            [message] =&gt; Username created: xbnitapwr
                        )
                    [1] =&gt; stdClass Object
                        (
                            [time] =&gt; 2022-10-01_12:43:05
                            [level] =&gt; success
                            [message] =&gt; User modified: xbnitapwr
                        )
                )
        )
)
</code></pre>

<p>TL;DR: I need to group elements by create_user key. And this is in bash env with jq. Any suggestions?</p>
]]>
        </description>
    </item>
    <item>
        <title>Data to S3 - google or s3 which one is cheapest?</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/1067/data-to-s3-google-or-s3-which-one-is-cheapest</link>
        <pubDate>Mon, 18 May 2020 08:28:59 +0000</pubDate>
        <category>General</category>
        <dc:creator>verjin</dc:creator>
        <guid isPermaLink="false">1067@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>Looking for bash script/sotfware or anything which can transfer data from Google Drive (2TB) to S3 storage. In short, with automation.</p>

<p>Another question: Google Drive (2TB, $10/month) or AWS-S3 (2TB) (which one is cheapest)</p>

<p>Please recommend and give your suggestions.</p>
]]>
        </description>
    </item>
   </channel>
</rss>
