<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ims.ut.ee/index.php?action=history&amp;feed=atom&amp;title=Coping_with_Linux</id>
	<title>Coping with Linux - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ims.ut.ee/index.php?action=history&amp;feed=atom&amp;title=Coping_with_Linux"/>
	<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Coping_with_Linux&amp;action=history"/>
	<updated>2026-05-09T21:11:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Coping_with_Linux&amp;diff=10580&amp;oldid=prev</id>
		<title>Siims: Created page with &quot;Useful commands: &lt;ul&gt; &lt;li&gt;Remove a file: $ rm&lt;/li&gt; &lt;li&gt;Remove a directory: $ rm -r&lt;/li&gt; &lt;li&gt;Find files and delete them: $ find / -iname file/name/with/regexp -exec rm -f {} \;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Coping_with_Linux&amp;diff=10580&amp;oldid=prev"/>
		<updated>2013-03-02T20:44:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Useful commands: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Remove a file: $ rm&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Remove a directory: $ rm -r&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Find files and delete them: $ find / -iname file/name/with/regexp -exec rm -f {} \;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Useful commands:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Remove a file: $ rm&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Remove a directory: $ rm -r&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Find files and delete them: $ find / -iname file/name/with/regexp -exec rm -f {} \;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Find directories and delete them: $ find / -name file/name/with/regexp -exec rm -r -f {} \;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;To find some folder/file names: locate somename&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;When using many terminal windows and when changing some database info, it is useful to &amp;quot;import&amp;quot; changes to other windows: $ sudo updatedb&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Change file privileges: $ chmod 644 (other nr can be looked up from [http://en.wikipedia.org/wiki/Chmod wiki])&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;/div&gt;</summary>
		<author><name>Siims</name></author>
	</entry>
</feed>