<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Axel</title>
    <description>The latest articles on DEV Community by Axel (@axelduch).</description>
    <link>https://dev.to/axelduch</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F243772%2Fd65afc23-5534-4d15-a856-7cee23e81bbb.jpeg</url>
      <title>DEV Community: Axel</title>
      <link>https://dev.to/axelduch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/axelduch"/>
    <language>en</language>
    <item>
      <title>Basic command line "find" written in C. Asking for review.</title>
      <dc:creator>Axel</dc:creator>
      <pubDate>Sun, 06 Oct 2019 17:07:42 +0000</pubDate>
      <link>https://dev.to/axelduch/basic-command-line-find-written-in-c-asking-for-review-1oij</link>
      <guid>https://dev.to/axelduch/basic-command-line-find-written-in-c-asking-for-review-1oij</guid>
      <description>&lt;p&gt;Hey!&lt;/p&gt;

&lt;p&gt;This is a simple command line to find a string within all files of a directory and its subdirectories.&lt;/p&gt;

&lt;p&gt;Please compile using the shell functionality of repl.it:&lt;br&gt;
on windows it's  ctrpl+shift+p &amp;gt; type Open Shell&lt;br&gt;
In the terminal please follow these instructions:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;make&lt;br&gt;
./main test&lt;br&gt;
Output should be showing the lines matching your search "test"&lt;br&gt;
./main -l test&lt;br&gt;
Output should be only showing filenames containing matches.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I am not sure whether this has bad practices in terms of memory allocation or even if it has undefined behaviour. I would be grateful if you could review the code and tell me.&lt;br&gt;
Beginner in C here&lt;/p&gt;


&lt;div class="ltag__replit"&gt;
  &lt;iframe height="550px" src="https://repl.it/@axelduch/find-unix?lite=true"&gt;&lt;/iframe&gt;
&lt;/div&gt;


</description>
      <category>replit</category>
      <category>c</category>
    </item>
  </channel>
</rss>
