<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://www.cs.put.poznan.pl/jkonczak/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Jan Kończak so:funkcje_trap_xargs</title>
        <description></description>
        <link>https://www.cs.put.poznan.pl/jkonczak/</link>
        <lastBuildDate>Sun, 10 May 2026 00:04:28 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>https://www.cs.put.poznan.pl/jkonczak/lib/tpl/dokuwiki/images/favicon.ico</url>
            <title>Jan Kończak</title>
            <link>https://www.cs.put.poznan.pl/jkonczak/</link>
        </image>
        <item>
            <title>so:funkcje_trap_xargs:solutions</title>
            <link>https://www.cs.put.poznan.pl/jkonczak/so:funkcje_trap_xargs:solutions?rev=1747675812&amp;do=diff</link>
            <description>myTree(){
    [ -e &quot;$1&quot; ] || return
    echo &quot;$2${1##*/}&quot;
    [ -L &quot;$1&quot; ] &amp;&amp; return
    for S in &quot;$1&quot;/*
    do
        myTree &quot;$S&quot; &quot;$2  &quot;
    done
}



myTree(){
  ls -A &quot;$1&quot; 2&gt;/dev/null | while read F
    do
      echo &quot;$2$F&quot;
      [ ! -L &quot;$1/$F&quot; -a -d &quot;$1/$F&quot; ] &amp;&amp; myTree &quot;$1/$F&quot; &quot;  $2&quot;
    done
}</description>
        <category>so:funkcje_trap_xargs</category>
            <pubDate>Mon, 19 May 2025 19:30:12 +0200</pubDate>
        </item>
    </channel>
</rss>
