<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Advanced Copy Command &#8211; Shows Progress Bar While Copying/Moving Files in Linux	</title>
	<atom:link href="https://www.tecmint.com/advanced-copy-command-progress-bar/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/advanced-copy-command-progress-bar/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 04:01:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Pero Perić		</title>
		<link>https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-1317817</link>

		<dc:creator><![CDATA[Pero Perić]]></dc:creator>
		<pubDate>Thu, 20 Feb 2020 11:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4402#comment-1317817</guid>

					<description><![CDATA[&quot;There are two methods to install Advanced-Copy utility in Linux systems, either you compile from sources or using pre-compiled binaries.&quot;

And for the second method??????????? Nothing?! Zero! Zilch! Nada!]]></description>
			<content:encoded><![CDATA[<p>&#8220;There are two methods to install Advanced-Copy utility in Linux systems, either you compile from sources or using pre-compiled binaries.&#8221;</p>
<p>And for the second method??????????? Nothing?! Zero! Zilch! Nada!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-1112324</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 14 Mar 2019 05:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4402#comment-1112324</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-1111840&quot;&gt;Janis&lt;/a&gt;.

@Janis,

But the &lt;code&gt;-g&lt;/code&gt; options worked for me on CentOS 6 version. On which Linux distribution version you&#039;ve tried? let me give a try and see..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-1111840">Janis</a>.</p>
<p>@Janis,</p>
<p>But the <code>-g</code> options worked for me on CentOS 6 version. On which Linux distribution version you&#8217;ve tried? let me give a try and see..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Janis		</title>
		<link>https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-1111840</link>

		<dc:creator><![CDATA[Janis]]></dc:creator>
		<pubDate>Wed, 13 Mar 2019 15:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4402#comment-1111840</guid>

					<description><![CDATA[Hello Ravi,
&lt;pre&gt;
alias cp=&#039;cp -gR&#039;
alias mv=&#039;mv -g&#039;
&lt;/pre&gt;
is wrong. As command &lt;strong&gt;cp&lt;/strong&gt; and &lt;strong&gt;mv&lt;/strong&gt; does not have option &lt;code&gt;-g&lt;/code&gt;.

Right aliases:
&lt;pre&gt;
alias cp=&#039;cpg -gR&#039;
alias mv=&#039;mvg -g&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hello Ravi,</p>
<pre>
alias cp='cp -gR'
alias mv='mv -g'
</pre>
<p>is wrong. As command <strong>cp</strong> and <strong>mv</strong> does not have option <code>-g</code>.</p>
<p>Right aliases:</p>
<pre>
alias cp='cpg -gR'
alias mv='mvg -g'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: postal		</title>
		<link>https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-1083427</link>

		<dc:creator><![CDATA[postal]]></dc:creator>
		<pubDate>Mon, 17 Dec 2018 05:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4402#comment-1083427</guid>

					<description><![CDATA[While running &lt;strong&gt;&quot;make&quot;&lt;/strong&gt; i got this error, not sure what to do.

CC     lib/freadseek.o
lib/freadseek.c: In function &#039;freadptrinc&#039;:
lib/freadseek.c:67:3: error: #error &quot;Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your system, then report this to bug-gnulib.&quot;
  #error &quot;Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your system, then report this to bug-gnulib.&quot;
   ^~~~~
make[2]: *** [Makefile:6662: lib/freadseek.o] Error 1]]></description>
			<content:encoded><![CDATA[<p>While running <strong>&#8220;make&#8221;</strong> i got this error, not sure what to do.</p>
<p>CC     lib/freadseek.o<br />
lib/freadseek.c: In function &#8216;freadptrinc&#8217;:<br />
lib/freadseek.c:67:3: error: #error &#8220;Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your system, then report this to bug-gnulib.&#8221;<br />
  #error &#8220;Please port gnulib freadseek.c to your platform! Look at the definition of getc, getc_unlocked on your system, then report this to bug-gnulib.&#8221;<br />
   ^~~~~<br />
make[2]: *** [Makefile:6662: lib/freadseek.o] Error 1</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-946930</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 11 Dec 2017 05:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=4402#comment-946930</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-946513&quot;&gt;Roxanne Benn&lt;/a&gt;.

@Roxanne,

You don&#039;t have GCC header files, install them and run again same configure command again.
&lt;pre&gt;
# yum install glibc-devel
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/advanced-copy-command-progress-bar/comment-page-1/#comment-946513">Roxanne Benn</a>.</p>
<p>@Roxanne,</p>
<p>You don&#8217;t have GCC header files, install them and run again same configure command again.</p>
<pre>
# yum install glibc-devel
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
