<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-sort" xml:lang="zh-CN">

  <info>
    <link type="guide" xref="files#common-file-tasks"/>

    <revision pkgversion="3.6.0" version="0.2" date="2012-09-25" status="review"/>
    <revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
    <revision pkgversion="3.18" date="2015-09-29" status="final"/>
    <revision version="gnome:45" date="2024-03-04" status="final"/>

    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <credit type="author">
      <name>Jim Campbell</name>
      <email>jwcampbell@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>文件按照名称、大小、类型和修改时间排列。</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>TeliuTe</mal:name>
      <mal:email>teliute@163.com</mal:email>
      <mal:years>2011, 2012</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>tuberry</mal:name>
      <mal:email>orzun@foxmail.com</mal:email>
      <mal:years>2021</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Victor_Trista</mal:name>
      <mal:email>ljlzjzm@hotmail.com</mal:email>
      <mal:years>2023</mal:years>
    </mal:credit>
  </info>

<title>排序文件和文件夹</title>

<p>您可以用不同的方式来排列文件夹中的文件，例如可以按照修改日期或文件大小。请参阅下面常用的排列方法<link xref="#ways"/>。更多详细信息，请参阅<link xref="nautilus-views"/>。</p>

<p>您可以排列文件的方法，取决于当前使用的<em>文件夹视图</em>。您可以点击工具栏上的列表或网格按钮来更改当前视图。</p>

<section id="icon-view">
  <title>网格视图</title>

  <p>要以不同的顺序排列文件，请点击工具栏中的视图选项按钮，并选择<gui>A-Z</gui>、<gui>Z-A</gui>、<gui>最后修改</gui>、<gui>最初修改</gui>、<gui>大小</gui>或<gui>类型</gui>。</p>

  <p>例如，如果您选择了<gui>A-Z</gui>，文件将会按名称的字母顺序来排列，更多详细信息，请参阅<link xref="#ways"/>。</p>

</section>

<section id="list-view">
  <title>列表视图</title>

  <p>要用另外一种顺序排列文件，在文件管理器中点击对应的列标题。例如，点击<gui>类型</gui>将按照文件类型排序，再次点击这个列标题将反序排列。</p>

  <p>如需更多排序选项，请点击工具栏中的查看选项按钮。</p>

  <p>在列表视图中，您可以显示更多属性列并以其对文件进行排序。点击工具栏中的视图选项按钮，选择<gui>可见列…</gui>，并选择想显示的列。然后您就可以按这些列进行排序了。请参阅<link xref="nautilus-list"/>了解这些属性列的描述。</p>

</section>

<section id="ways">
  <title>排列文件的方法</title>

  <terms>
    <item>
      <title>A-Z</title>
      <p>按照文件名的字母顺序排列。</p>
    </item>
    <item>
      <title>Z-A</title>
      <p>按照文件名的字母逆序排列。</p>
    </item>
    <item>
      <title>修改时间</title>
      <p>按照文件最后修改的日期时间排列，较新的文件排在前面。</p>
    </item>
    <item>
      <title>最初修改</title>
      <p>Sorts by the date and time that a file was first changed. Sorts from
      oldest to newest.</p>
    </item>
    <item>
      <title>大小</title>
      <p>按照文件的大小顺序排列（占用的磁盘空间），默认是从小到大。</p>
    </item>
    <item>
      <title>类型</title>
      <p>按照文件类型的字母顺序排列。相同类型的文件放在一组，然后按文件名排列。</p>
    </item>
  </terms>

</section>

</page>
