<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Shell on Michael Hönnig</title><link>https://michael.hoennig.de/en/tags/Shell/</link><description>Recent content in Shell on Michael Hönnig</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><copyright>© 2026 Michael Hönnig</copyright><lastBuildDate>Sat, 26 May 2018 00:00:00 +0200</lastBuildDate><atom:link href="https://michael.hoennig.de/en/tags/Shell/index.xml" rel="self" type="application/rss+xml"/><item><title>Showing a progress bar for a long running find/xargs Linux bash shell pipe</title><link>https://michael.hoennig.de/en/blog/2018/2018-05-26-showing-a-progress-bar-for-a-long-running-find-xargs-linux-bash-shell-pipe/</link><pubDate>Sat, 26 May 2018 00:00:00 +0200</pubDate><guid>https://michael.hoennig.de/en/blog/2018/2018-05-26-showing-a-progress-bar-for-a-long-running-find-xargs-linux-bash-shell-pipe/</guid><description>Wouldn&amp;rsquo;t it be cool having something like &lt;code&gt;find ... | xargs -L100 --show-progress-bar ...&lt;/code&gt;? Unfortunately this feature does not exist in &lt;code&gt;xargs&lt;/code&gt;. This article explains how the same result can be achieved by other means.</description></item></channel></rss>