<?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>tips and tricks — LowEndSpirit</title>
        <link>https://staging.lowendspirit.com/index.php?p=/</link>
        <pubDate>Thu, 09 Apr 2026 01:31:30 +0000</pubDate>
        <language>en</language>
            <description>tips and tricks — LowEndSpirit</description>
    <atom:link href="https://staging.lowendspirit.com/index.php?p=/discussions/tagged/tips-and-tricks/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>ChatGPT and other AI tool &quot;Hacks&quot;</title>
        <link>https://staging.lowendspirit.com/index.php?p=/discussion/5684/chatgpt-and-other-ai-tool-hacks</link>
        <pubDate>Tue, 28 Mar 2023 03:20:15 +0000</pubDate>
        <category>General</category>
        <dc:creator>vyas</dc:creator>
        <guid isPermaLink="false">5684@/index.php?p=/discussions</guid>
        <description><![CDATA[<p>How has chatGPT or AI in general surprised you/ made your life easier?</p>

<p>Thought of starting this discussion for creating some use cases/ helpful "hacks".</p>

<p>The other day, I saw a post in a FB group about using google sheets to list all files and subfolders in a given folder. I asked the same Q to chatGPT4. The response was:</p>

<p><code>find . -type f -printf "%P\n" | awk 'BEGIN { FS = "/" } { printf "\"%s\"", $0; for (i = 1; i &lt;= NF; i++) printf ",\"%s\"", $i; printf "\n" }' &gt; file_list.csv</code></p>

<p>It works flawlessly, output is a nicely formatted csv file that lists all subfolders and files in a nicely formatted manner. Personally I have tested it upto 27,000 35,000 entries.</p>

<p>Edit: Updated title to include Bard and other AI tools as they evolve.</p>
]]>
        </description>
    </item>
   </channel>
</rss>
