<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Bash_Alter_eine_Datei</id>
	<title>Bash Alter eine Datei - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Bash_Alter_eine_Datei"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Bash_Alter_eine_Datei&amp;action=history"/>
	<updated>2026-06-28T21:10:23Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Bash_Alter_eine_Datei&amp;diff=45792&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „&lt;pre&gt; #!/bin/bash function age() {    local filename=$1    local changed=`stat -c %Y &quot;$filename&quot;`    local now=`date +%s`    local elapsed     let elapsed=now-…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Bash_Alter_eine_Datei&amp;diff=45792&amp;oldid=prev"/>
		<updated>2023-06-05T17:24:13Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&amp;lt;pre&amp;gt; #!/bin/bash function age() {    local filename=$1    local changed=`stat -c %Y &amp;quot;$filename&amp;quot;`    local now=`date +%s`    local elapsed     let elapsed=now-…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
function age() {&lt;br /&gt;
   local filename=$1&lt;br /&gt;
   local changed=`stat -c %Y &amp;quot;$filename&amp;quot;`&lt;br /&gt;
   local now=`date +%s`&lt;br /&gt;
   local elapsed&lt;br /&gt;
&lt;br /&gt;
   let elapsed=now-changed&lt;br /&gt;
   echo $elapsed&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
file=&amp;quot;/&amp;quot;&lt;br /&gt;
echo The age of $file is $(age &amp;quot;$file&amp;quot;) seconds.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>