<?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: How to Rename File While Downloading with Wget in Linux	</title>
	<atom:link href="https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 05:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Jeena Padikkal		</title>
		<link>https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-1180813</link>

		<dc:creator><![CDATA[Jeena Padikkal]]></dc:creator>
		<pubDate>Tue, 25 Jun 2019 15:33:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26645#comment-1180813</guid>

					<description><![CDATA[How will i rename the downloaded file to a particular name in Windows?

Any help would be grateful.

Thanks,
Jeena]]></description>
			<content:encoded><![CDATA[<p>How will i rename the downloaded file to a particular name in Windows?</p>
<p>Any help would be grateful.</p>
<p>Thanks,<br />
Jeena</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-1018476</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 25 Jul 2018 16:06:31 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26645#comment-1018476</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-1018403&quot;&gt;Jacob&lt;/a&gt;.

You need to download the files one-by-one to rename all of them, otherwise, &lt;strong&gt;wget&lt;/strong&gt; will rename them to the name you provide on the command as shown in the article. 

For more information, consult this thread: https://unix.stackexchange.com/questions/196253/how-do-you-rename-files-specifically-in-a-list-that-wget-will-use]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-1018403">Jacob</a>.</p>
<p>You need to download the files one-by-one to rename all of them, otherwise, <strong>wget</strong> will rename them to the name you provide on the command as shown in the article. </p>
<p>For more information, consult this thread: <a target="_blank" href="https://unix.stackexchange.com/questions/196253/how-do-you-rename-files-specifically-in-a-list-that-wget-will-use" rel="nofollow ugc">https://unix.stackexchange.com/questions/196253/how-do-you-rename-files-specifically-in-a-list-that-wget-will-use</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jacob		</title>
		<link>https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-1018403</link>

		<dc:creator><![CDATA[Jacob]]></dc:creator>
		<pubDate>Wed, 25 Jul 2018 09:21:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26645#comment-1018403</guid>

					<description><![CDATA[Thanks for the Tutorial.

I am using &lt;strong&gt;wget -i filename.txt&lt;/strong&gt; to download all the images listed in text file, However there is one problem, In the end of images URL the pattern is something like this &lt;strong&gt;1-foto-000.jpg?20180711125016&lt;/strong&gt; and the name of the saved file is &lt;strong&gt;1-foto-000.jpg?20180711125016&lt;/strong&gt;

How can I save the file name till &lt;code&gt;.jpg&lt;/code&gt; and not after that ?]]></description>
			<content:encoded><![CDATA[<p>Thanks for the Tutorial.</p>
<p>I am using <strong>wget -i filename.txt</strong> to download all the images listed in text file, However there is one problem, In the end of images URL the pattern is something like this <strong>1-foto-000.jpg?20180711125016</strong> and the name of the saved file is <strong>1-foto-000.jpg?20180711125016</strong></p>
<p>How can I save the file name till <code>.jpg</code> and not after that ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-907833</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Wed, 23 Aug 2017 08:49:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26645#comment-907833</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-907730&quot;&gt;kostyanius&lt;/a&gt;.

@kostyanius

Welcome, thanks for reading through.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-907730">kostyanius</a>.</p>
<p>@kostyanius</p>
<p>Welcome, thanks for reading through.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kostyanius		</title>
		<link>https://www.tecmint.com/rename-downloaded-file-with-wget-in-linux/comment-page-1/#comment-907730</link>

		<dc:creator><![CDATA[kostyanius]]></dc:creator>
		<pubDate>Tue, 22 Aug 2017 16:15:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=26645#comment-907730</guid>

					<description><![CDATA[Good trick!
Thanks.]]></description>
			<content:encoded><![CDATA[<p>Good trick!<br />
Thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
