coreutils.xml 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-coreutils" role="wrap">
  8. <?dbhtml filename="coreutils.html"?>
  9. <sect1info condition="script">
  10. <productname>coreutils</productname>
  11. <productnumber>&coreutils-version;</productnumber>
  12. <address>&coreutils-url;</address>
  13. </sect1info>
  14. <title>Coreutils-&coreutils-version;</title>
  15. <indexterm zone="ch-system-coreutils">
  16. <primary sortas="a-Coreutils">Coreutils</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Coreutils package contains utilities for showing and setting the
  21. basic system characteristics.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&coreutils-ch6-sbu;</seg>
  27. <seg>&coreutils-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Coreutils</title>
  33. <para>POSIX requires that programs from Coreutils recognize character
  34. boundaries correctly even in multibyte locales. The following patch fixes
  35. this non-compliance and other internationalization-related bugs.</para>
  36. <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;</userinput></screen>
  37. <note>
  38. <para>In the past, many bugs were found in this patch. When reporting new
  39. bugs to Coreutils maintainers, please check first if they are reproducible
  40. without this patch.</para>
  41. </note>
  42. <!-- this has been fixed in upstream gnulib, when a new version of
  43. coreutils is released, please check #4055 to see if the change has been
  44. picked up in this package -->
  45. <para>Suppress a test which on some machines can loop forever:</para>
  46. <screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen>
  47. <para>Now prepare Coreutils for compilation:</para>
  48. <screen><userinput remap="configure">autoreconf -fiv
  49. FORCE_UNSAFE_CONFIGURE=1 ./configure \
  50. --prefix=/usr \
  51. --enable-no-install-program=kill,uptime</userinput></screen>
  52. <variablelist>
  53. <title>The meaning of the configure options:</title>
  54. <varlistentry>
  55. <term><command>autoreconf</command></term>
  56. <listitem>
  57. <para>This command updates generated configuration files
  58. consistent with the latest version of automake.
  59. </para>
  60. </listitem>
  61. </varlistentry>
  62. <varlistentry>
  63. <term><envar>FORCE_UNSAFE_CONFIGURE=1</envar></term>
  64. <listitem>
  65. <para>This environment variable allows the package to be
  66. built as the root user.
  67. </para>
  68. </listitem>
  69. </varlistentry>
  70. <varlistentry>
  71. <term><parameter>--enable-no-install-program=kill,uptime</parameter></term>
  72. <listitem>
  73. <para>The purpose of this switch is to prevent Coreutils from
  74. installing binaries that will be installed by other packages later.
  75. </para>
  76. </listitem>
  77. </varlistentry>
  78. </variablelist>
  79. <para>Compile the package:</para>
  80. <screen><userinput remap="make">make</userinput></screen>
  81. <para>Skip down to <quote>Install the
  82. package</quote> if not running the test suite.</para>
  83. <para>Now the test suite is ready to be run. First, run the tests that are
  84. meant to be run as user <systemitem class="username">root</systemitem>:</para>
  85. <screen><userinput remap="test">make NON_ROOT_USERNAME=nobody check-root</userinput></screen>
  86. <para>We're going to run the remainder of the tests as the
  87. <systemitem class="username">nobody</systemitem> user. Certain tests,
  88. however, require that the user be a member of more than one group. So that
  89. these tests are not skipped we'll add a temporary group and make the
  90. user <systemitem class="username">nobody</systemitem> a part of it:</para>
  91. <screen><userinput remap="test">echo "dummy:x:1000:nobody" &gt;&gt; /etc/group</userinput></screen>
  92. <para>Fix some of the permissions so that the non-root user can compile and
  93. run the tests:</para>
  94. <screen><userinput remap="test">chown -Rv nobody . </userinput></screen>
  95. <para>Now run the tests. Make sure the PATH in the <userinput>su</userinput>
  96. environment includes /tools/bin.</para>
  97. <screen><userinput remap="test">su nobody -s /bin/bash -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
  98. <!--
  99. <para>The test program test-getlogin is known to fail in a
  100. partially built system environment like the chroot environment here, but
  101. passes if run at the end of this chapter. The test program tty.sh is
  102. also known to fail.</para>
  103. -->
  104. <para>Remove the temporary group:</para>
  105. <screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen>
  106. <para>Install the package:</para>
  107. <screen><userinput remap="install">make install</userinput></screen>
  108. <para>Move programs to the locations specified by the FHS:</para>
  109. <screen><userinput remap="install">mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
  110. mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,rm} /bin
  111. mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
  112. mv -v /usr/bin/chroot /usr/sbin
  113. mv -v /usr/share/man/man1/chroot.1 /usr/share/man/man8/chroot.8
  114. sed -i s/\"1\"/\"8\"/1 /usr/share/man/man8/chroot.8</userinput></screen>
  115. <para revision="sysv">Some of the scripts in the LFS-Bootscripts package
  116. depend on <command>head</command>, <command>nice</command>,
  117. <command>sleep</command>, and <command>touch</command>. As <filename
  118. class="directory">/usr</filename> may not be available during the early and
  119. late stages of booting, those binaries need to be on the root partition to
  120. maintain FHS compliance:</para>
  121. <screen><userinput remap="install">mv -v /usr/bin/{head,nice,sleep,touch} /bin</userinput></screen>
  122. </sect2>
  123. <sect2 id="contents-coreutils" role="content">
  124. <title>Contents of Coreutils</title>
  125. <segmentedlist>
  126. <segtitle>Installed programs</segtitle>
  127. <segtitle>Installed library</segtitle>
  128. <segtitle>Installed directory</segtitle>
  129. <seglistitem>
  130. <seg>[, b2sum, base32, base64, basename, basenc, cat, chcon, chgrp, chmod, chown,
  131. chroot, cksum, comm, cp, csplit, cut, date, dd, df, dir, dircolors,
  132. dirname, du, echo, env, expand, expr, factor, false, fmt, fold, groups,
  133. head, hostid, id, install, join, link, ln, logname, ls, md5sum, mkdir,
  134. mkfifo, mknod, mktemp, mv, nice, nl, nohup, nproc, numfmt, od, paste,
  135. pathchk, pinky, pr, printenv, printf, ptx, pwd, readlink, realpath, rm,
  136. rmdir, runcon, seq, sha1sum, sha224sum, sha256sum, sha384sum,
  137. sha512sum, shred, shuf, sleep, sort, split, stat, stdbuf, stty, sum,
  138. sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort,
  139. tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and
  140. yes</seg>
  141. <seg>libstdbuf.so (in /usr/libexec/coreutils)</seg>
  142. <seg>/usr/libexec/coreutils</seg>
  143. </seglistitem>
  144. </segmentedlist>
  145. <variablelist>
  146. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  147. <?dbfo list-presentation="list"?>
  148. <?dbhtml list-presentation="table"?>
  149. <varlistentry id="base32">
  150. <term><command>base32</command></term>
  151. <listitem>
  152. <para>Encodes and decodes data according to the base32 specification
  153. (RFC 4648)</para>
  154. <indexterm zone="ch-system-coreutils base64">
  155. <primary sortas="b-base64">base64</primary>
  156. </indexterm>
  157. </listitem>
  158. </varlistentry>
  159. <varlistentry id="base64">
  160. <term><command>base64</command></term>
  161. <listitem>
  162. <para>Encodes and decodes data according to the base64 specification
  163. (RFC 4648)</para>
  164. <indexterm zone="ch-system-coreutils base64">
  165. <primary sortas="b-base64">base64</primary>
  166. </indexterm>
  167. </listitem>
  168. </varlistentry>
  169. <varlistentry id="b2sum">
  170. <term><command>b2sum</command></term>
  171. <listitem>
  172. <para>Prints or checks BLAKE2 (512-bit) checksums</para>
  173. <indexterm zone="ch-system-coreutils b2sum">
  174. <primary sortas="b-b2sum">b2sum</primary>
  175. </indexterm>
  176. </listitem>
  177. </varlistentry>
  178. <varlistentry id="basename">
  179. <term><command>basename</command></term>
  180. <listitem>
  181. <para>Strips any path and a given suffix from a file name</para>
  182. <indexterm zone="ch-system-coreutils basename">
  183. <primary sortas="b-basename">basename</primary>
  184. </indexterm>
  185. </listitem>
  186. </varlistentry>
  187. <varlistentry id="basenc">
  188. <term><command>basenc</command></term>
  189. <listitem>
  190. <para>Encodes or decodes data using various algorithms</para>
  191. <indexterm zone="ch-system-coreutils basenc">
  192. <primary sortas="b-basenc">basenc</primary>
  193. </indexterm>
  194. </listitem>
  195. </varlistentry>
  196. <varlistentry id="cat">
  197. <term><command>cat</command></term>
  198. <listitem>
  199. <para>Concatenates files to standard output</para>
  200. <indexterm zone="ch-system-coreutils cat">
  201. <primary sortas="b-cat">cat</primary>
  202. </indexterm>
  203. </listitem>
  204. </varlistentry>
  205. <varlistentry id="chcon">
  206. <term><command>chcon</command></term>
  207. <listitem>
  208. <para>Changes security context for files and directories</para>
  209. <indexterm zone="ch-system-coreutils chcon">
  210. <primary sortas="b-chcon">chcon</primary>
  211. </indexterm>
  212. </listitem>
  213. </varlistentry>
  214. <varlistentry id="chgrp">
  215. <term><command>chgrp</command></term>
  216. <listitem>
  217. <para>Changes the group ownership of files and directories</para>
  218. <indexterm zone="ch-system-coreutils chgrp">
  219. <primary sortas="b-chgrp">chgrp</primary>
  220. </indexterm>
  221. </listitem>
  222. </varlistentry>
  223. <varlistentry id="chmod">
  224. <term><command>chmod</command></term>
  225. <listitem>
  226. <para>Changes the permissions of each file to the given mode; the mode
  227. can be either a symbolic representation of the changes to make or an
  228. octal number representing the new permissions</para>
  229. <indexterm zone="ch-system-coreutils chmod">
  230. <primary sortas="b-chmod">chmod</primary>
  231. </indexterm>
  232. </listitem>
  233. </varlistentry>
  234. <varlistentry id="chown">
  235. <term><command>chown</command></term>
  236. <listitem>
  237. <para>Changes the user and/or group ownership of files and
  238. directories</para>
  239. <indexterm zone="ch-system-coreutils chown">
  240. <primary sortas="b-chown">chown</primary>
  241. </indexterm>
  242. </listitem>
  243. </varlistentry>
  244. <varlistentry id="chroot">
  245. <term><command>chroot</command></term>
  246. <listitem>
  247. <para>Runs a command with the specified directory as the
  248. <filename class="directory">/</filename> directory</para>
  249. <indexterm zone="ch-system-coreutils chroot">
  250. <primary sortas="b-chroot">chroot</primary>
  251. </indexterm>
  252. </listitem>
  253. </varlistentry>
  254. <varlistentry id="cksum">
  255. <term><command>cksum</command></term>
  256. <listitem>
  257. <para>Prints the Cyclic Redundancy Check (CRC) checksum and the byte
  258. counts of each specified file</para>
  259. <indexterm zone="ch-system-coreutils cksum">
  260. <primary sortas="b-cksum">cksum</primary>
  261. </indexterm>
  262. </listitem>
  263. </varlistentry>
  264. <varlistentry id="comm">
  265. <term><command>comm</command></term>
  266. <listitem>
  267. <para>Compares two sorted files, outputting in three columns the lines
  268. that are unique and the lines that are common</para>
  269. <indexterm zone="ch-system-coreutils comm">
  270. <primary sortas="b-comm">comm</primary>
  271. </indexterm>
  272. </listitem>
  273. </varlistentry>
  274. <varlistentry id="cp">
  275. <term><command>cp</command></term>
  276. <listitem>
  277. <para>Copies files</para>
  278. <indexterm zone="ch-system-coreutils cp">
  279. <primary sortas="b-cp">cp</primary>
  280. </indexterm>
  281. </listitem>
  282. </varlistentry>
  283. <varlistentry id="csplit">
  284. <term><command>csplit</command></term>
  285. <listitem>
  286. <para>Splits a given file into several new files, separating them
  287. according to given patterns or line numbers and outputting the byte
  288. count of each new file</para>
  289. <indexterm zone="ch-system-coreutils csplit">
  290. <primary sortas="b-csplit">csplit</primary>
  291. </indexterm>
  292. </listitem>
  293. </varlistentry>
  294. <varlistentry id="cut">
  295. <term><command>cut</command></term>
  296. <listitem>
  297. <para>Prints sections of lines, selecting the parts according to given
  298. fields or positions</para>
  299. <indexterm zone="ch-system-coreutils cut">
  300. <primary sortas="b-cut">cut</primary>
  301. </indexterm>
  302. </listitem>
  303. </varlistentry>
  304. <varlistentry id="date">
  305. <term><command>date</command></term>
  306. <listitem>
  307. <para>Displays the current time in the given format, or sets the
  308. system date</para>
  309. <indexterm zone="ch-system-coreutils date">
  310. <primary sortas="b-date">date</primary>
  311. </indexterm>
  312. </listitem>
  313. </varlistentry>
  314. <varlistentry id="dd">
  315. <term><command>dd</command> </term>
  316. <listitem>
  317. <para>Copies a file using the given block size and count, while
  318. optionally performing conversions on it</para>
  319. <indexterm zone="ch-system-coreutils dd">
  320. <primary sortas="b-dd">dd</primary>
  321. </indexterm>
  322. </listitem>
  323. </varlistentry>
  324. <varlistentry id="df">
  325. <term><command>df</command></term>
  326. <listitem>
  327. <para>Reports the amount of disk space available (and used) on all
  328. mounted file systems, or only on the file systems holding the selected
  329. files</para>
  330. <indexterm zone="ch-system-coreutils df">
  331. <primary sortas="b-df">df</primary>
  332. </indexterm>
  333. </listitem>
  334. </varlistentry>
  335. <varlistentry id="dir">
  336. <term><command>dir</command></term>
  337. <listitem>
  338. <para>Lists the contents of each given directory (the same as
  339. the <command>ls</command> command)</para>
  340. <indexterm zone="ch-system-coreutils dir">
  341. <primary sortas="b-dir">dir</primary>
  342. </indexterm>
  343. </listitem>
  344. </varlistentry>
  345. <varlistentry id="dircolors">
  346. <term><command>dircolors</command></term>
  347. <listitem>
  348. <para>Outputs commands to set the <envar>LS_COLOR</envar>
  349. environment variable to change the color scheme used by
  350. <command>ls</command></para>
  351. <indexterm zone="ch-system-coreutils dircolors">
  352. <primary sortas="b-dircolors">dircolors</primary>
  353. </indexterm>
  354. </listitem>
  355. </varlistentry>
  356. <varlistentry id="dirname">
  357. <term><command>dirname</command></term>
  358. <listitem>
  359. <para>Strips the non-directory suffix from a file name</para>
  360. <indexterm zone="ch-system-coreutils dirname">
  361. <primary sortas="b-dirname">dirname</primary>
  362. </indexterm>
  363. </listitem>
  364. </varlistentry>
  365. <varlistentry id="du">
  366. <term><command>du</command></term>
  367. <listitem>
  368. <para>Reports the amount of disk space used by the current directory,
  369. by each of the given directories (including all subdirectories) or by
  370. each of the given files</para>
  371. <indexterm zone="ch-system-coreutils du">
  372. <primary sortas="b-du">du</primary>
  373. </indexterm>
  374. </listitem>
  375. </varlistentry>
  376. <varlistentry id="echo">
  377. <term><command>echo</command></term>
  378. <listitem>
  379. <para>Displays the given strings</para>
  380. <indexterm zone="ch-system-coreutils echo">
  381. <primary sortas="b-echo">echo</primary>
  382. </indexterm>
  383. </listitem>
  384. </varlistentry>
  385. <varlistentry id="env">
  386. <term><command>env</command></term>
  387. <listitem>
  388. <para>Runs a command in a modified environment</para>
  389. <indexterm zone="ch-system-coreutils env">
  390. <primary sortas="b-env">env</primary>
  391. </indexterm>
  392. </listitem>
  393. </varlistentry>
  394. <varlistentry id="expand">
  395. <term><command>expand</command></term>
  396. <listitem>
  397. <para>Converts tabs to spaces</para>
  398. <indexterm zone="ch-system-coreutils expand">
  399. <primary sortas="b-expand">expand</primary>
  400. </indexterm>
  401. </listitem>
  402. </varlistentry>
  403. <varlistentry id="expr">
  404. <term><command>expr</command></term>
  405. <listitem>
  406. <para>Evaluates expressions</para>
  407. <indexterm zone="ch-system-coreutils expr">
  408. <primary sortas="b-expr">expr</primary>
  409. </indexterm>
  410. </listitem>
  411. </varlistentry>
  412. <varlistentry id="factor">
  413. <term><command>factor</command></term>
  414. <listitem>
  415. <para>Prints the prime factors of all specified integer numbers</para>
  416. <indexterm zone="ch-system-coreutils factor">
  417. <primary sortas="b-factor">factor</primary>
  418. </indexterm>
  419. </listitem>
  420. </varlistentry>
  421. <varlistentry id="false">
  422. <term><command>false</command></term>
  423. <listitem>
  424. <para>Does nothing, unsuccessfully; it always exits with a status code
  425. indicating failure</para>
  426. <indexterm zone="ch-system-coreutils false">
  427. <primary sortas="b-false">false</primary>
  428. </indexterm>
  429. </listitem>
  430. </varlistentry>
  431. <varlistentry id="fmt">
  432. <term><command>fmt</command></term>
  433. <listitem>
  434. <para>Reformats the paragraphs in the given files</para>
  435. <indexterm zone="ch-system-coreutils fmt">
  436. <primary sortas="b-fmt">fmt</primary>
  437. </indexterm>
  438. </listitem>
  439. </varlistentry>
  440. <varlistentry id="fold">
  441. <term><command>fold</command></term>
  442. <listitem>
  443. <para>Wraps the lines in the given files</para>
  444. <indexterm zone="ch-system-coreutils fold">
  445. <primary sortas="b-fold">fold</primary>
  446. </indexterm>
  447. </listitem>
  448. </varlistentry>
  449. <varlistentry id="groups">
  450. <term><command>groups</command></term>
  451. <listitem>
  452. <para>Reports a user's group memberships</para>
  453. <indexterm zone="ch-system-coreutils groups">
  454. <primary sortas="b-groups">groups</primary>
  455. </indexterm>
  456. </listitem>
  457. </varlistentry>
  458. <varlistentry id="head">
  459. <term><command>head</command></term>
  460. <listitem>
  461. <para>Prints the first ten lines (or the given number of lines)
  462. of each given file</para>
  463. <indexterm zone="ch-system-coreutils head">
  464. <primary sortas="b-head">head</primary>
  465. </indexterm>
  466. </listitem>
  467. </varlistentry>
  468. <varlistentry id="hostid">
  469. <term><command>hostid</command></term>
  470. <listitem>
  471. <para>Reports the numeric identifier (in hexadecimal) of the host</para>
  472. <indexterm zone="ch-system-coreutils hostid">
  473. <primary sortas="b-hostid">hostid</primary>
  474. </indexterm>
  475. </listitem>
  476. </varlistentry>
  477. <varlistentry id="id">
  478. <term><command>id</command></term>
  479. <listitem>
  480. <para>Reports the effective user ID, group ID, and group memberships
  481. of the current user or specified user</para>
  482. <indexterm zone="ch-system-coreutils id">
  483. <primary sortas="b-id">id</primary>
  484. </indexterm>
  485. </listitem>
  486. </varlistentry>
  487. <varlistentry id="install">
  488. <term><command>install</command> </term>
  489. <listitem>
  490. <para>Copies files while setting their permission modes and, if
  491. possible, their owner and group</para>
  492. <indexterm zone="ch-system-coreutils install">
  493. <primary sortas="b-install">install</primary>
  494. </indexterm>
  495. </listitem>
  496. </varlistentry>
  497. <varlistentry id="join">
  498. <term><command>join</command></term>
  499. <listitem>
  500. <para>Joins the lines that have identical join fields from two
  501. separate files</para>
  502. <indexterm zone="ch-system-coreutils join">
  503. <primary sortas="b-join">join</primary>
  504. </indexterm>
  505. </listitem>
  506. </varlistentry>
  507. <varlistentry id="link">
  508. <term><command>link</command></term>
  509. <listitem>
  510. <para>Creates a hard link with the given name to a file</para>
  511. <indexterm zone="ch-system-coreutils link">
  512. <primary sortas="b-link">link</primary>
  513. </indexterm>
  514. </listitem>
  515. </varlistentry>
  516. <varlistentry id="ln">
  517. <term><command>ln</command></term>
  518. <listitem>
  519. <para>Makes hard links or soft (symbolic) links between files</para>
  520. <indexterm zone="ch-system-coreutils ln">
  521. <primary sortas="b-ln">ln</primary>
  522. </indexterm>
  523. </listitem>
  524. </varlistentry>
  525. <varlistentry id="logname">
  526. <term><command>logname</command></term>
  527. <listitem>
  528. <para>Reports the current user's login name</para>
  529. <indexterm zone="ch-system-coreutils logname">
  530. <primary sortas="b-logname">logname</primary>
  531. </indexterm>
  532. </listitem>
  533. </varlistentry>
  534. <varlistentry id="ls">
  535. <term><command>ls</command></term>
  536. <listitem>
  537. <para>Lists the contents of each given directory</para>
  538. <indexterm zone="ch-system-coreutils ls">
  539. <primary sortas="b-ls">ls</primary>
  540. </indexterm>
  541. </listitem>
  542. </varlistentry>
  543. <varlistentry id="md5sum">
  544. <term><command>md5sum</command></term>
  545. <listitem>
  546. <para>Reports or checks Message Digest 5 (MD5) checksums</para>
  547. <indexterm zone="ch-system-coreutils md5sum">
  548. <primary sortas="b-md5sum">md5sum</primary>
  549. </indexterm>
  550. </listitem>
  551. </varlistentry>
  552. <varlistentry id="mkdir">
  553. <term><command>mkdir</command></term>
  554. <listitem>
  555. <para>Creates directories with the given names</para>
  556. <indexterm zone="ch-system-coreutils mkdir">
  557. <primary sortas="b-mkdir">mkdir</primary>
  558. </indexterm>
  559. </listitem>
  560. </varlistentry>
  561. <varlistentry id="mkfifo">
  562. <term><command>mkfifo</command></term>
  563. <listitem>
  564. <para>Creates First-In, First-Outs (FIFOs), a "named
  565. pipe" in UNIX parlance, with the given names</para>
  566. <indexterm zone="ch-system-coreutils mkfifo">
  567. <primary sortas="b-mkfifo">mkfifo</primary>
  568. </indexterm>
  569. </listitem>
  570. </varlistentry>
  571. <varlistentry id="mknod">
  572. <term><command>mknod</command></term>
  573. <listitem>
  574. <para>Creates device nodes with the given names; a device node is a
  575. character special file, a block special file, or a FIFO</para>
  576. <indexterm zone="ch-system-coreutils mknod">
  577. <primary sortas="b-mknod">mknod</primary>
  578. </indexterm>
  579. </listitem>
  580. </varlistentry>
  581. <varlistentry id="mktemp">
  582. <term><command>mktemp</command></term>
  583. <listitem>
  584. <para>Creates temporary files in a secure manner; it is used in scripts</para>
  585. <indexterm zone="ch-system-coreutils mktemp">
  586. <primary sortas="b-mktemp">mktemp</primary>
  587. </indexterm>
  588. </listitem>
  589. </varlistentry>
  590. <varlistentry id="mv">
  591. <term><command>mv</command></term>
  592. <listitem>
  593. <para>Moves or renames files or directories</para>
  594. <indexterm zone="ch-system-coreutils mv">
  595. <primary sortas="b-mv">mv</primary>
  596. </indexterm>
  597. </listitem>
  598. </varlistentry>
  599. <varlistentry id="nice">
  600. <term><command>nice</command></term>
  601. <listitem>
  602. <para>Runs a program with modified scheduling priority</para>
  603. <indexterm zone="ch-system-coreutils nice">
  604. <primary sortas="b-nice">nice</primary>
  605. </indexterm>
  606. </listitem>
  607. </varlistentry>
  608. <varlistentry id="nl">
  609. <term><command>nl</command></term>
  610. <listitem>
  611. <para>Numbers the lines from the given files</para>
  612. <indexterm zone="ch-system-coreutils nl">
  613. <primary sortas="b-nl">nl</primary>
  614. </indexterm>
  615. </listitem>
  616. </varlistentry>
  617. <varlistentry id="nohup">
  618. <term><command>nohup</command></term>
  619. <listitem>
  620. <para>Runs a command immune to hangups, with its output redirected to
  621. a log file</para>
  622. <indexterm zone="ch-system-coreutils nohup">
  623. <primary sortas="b-nohup">nohup</primary>
  624. </indexterm>
  625. </listitem>
  626. </varlistentry>
  627. <varlistentry id="nproc">
  628. <term><command>nproc</command></term>
  629. <listitem>
  630. <para>Prints the number of processing units available to a
  631. process</para>
  632. <indexterm zone="ch-system-coreutils nproc">
  633. <primary sortas="b-nproc">nproc</primary>
  634. </indexterm>
  635. </listitem>
  636. </varlistentry>
  637. <varlistentry id="numfmt">
  638. <term><command>numfmt</command></term>
  639. <listitem>
  640. <para>Converts numbers to or from human-readable strings</para>
  641. <indexterm zone="ch-system-coreutils numfmt">
  642. <primary sortas="b-numfmt">numfmt</primary>
  643. </indexterm>
  644. </listitem>
  645. </varlistentry>
  646. <varlistentry id="od">
  647. <term><command>od</command></term>
  648. <listitem>
  649. <para>Dumps files in octal and other formats</para>
  650. <indexterm zone="ch-system-coreutils od">
  651. <primary sortas="b-od">od</primary>
  652. </indexterm>
  653. </listitem>
  654. </varlistentry>
  655. <varlistentry id="paste">
  656. <term><command>paste</command></term>
  657. <listitem>
  658. <para>Merges the given files, joining sequentially corresponding lines
  659. side by side, separated by tab characters</para>
  660. <indexterm zone="ch-system-coreutils paste">
  661. <primary sortas="b-paste">paste</primary>
  662. </indexterm>
  663. </listitem>
  664. </varlistentry>
  665. <varlistentry id="pathchk">
  666. <term><command>pathchk</command></term>
  667. <listitem>
  668. <para>Checks if file names are valid or portable</para>
  669. <indexterm zone="ch-system-coreutils pathchk">
  670. <primary sortas="b-pathchk">pathchk</primary>
  671. </indexterm>
  672. </listitem>
  673. </varlistentry>
  674. <varlistentry id="pinky">
  675. <term><command>pinky</command></term>
  676. <listitem>
  677. <para>Is a lightweight finger client; it reports some information
  678. about the given users</para>
  679. <indexterm zone="ch-system-coreutils pinky">
  680. <primary sortas="b-pinky">pinky</primary>
  681. </indexterm>
  682. </listitem>
  683. </varlistentry>
  684. <varlistentry id="pr">
  685. <term><command>pr</command></term>
  686. <listitem>
  687. <para>Paginates and columnates files for printing</para>
  688. <indexterm zone="ch-system-coreutils pr">
  689. <primary sortas="b-pr">pr</primary>
  690. </indexterm>
  691. </listitem>
  692. </varlistentry>
  693. <varlistentry id="printenv">
  694. <term><command>printenv</command></term>
  695. <listitem>
  696. <para>Prints the environment</para>
  697. <indexterm zone="ch-system-coreutils printenv">
  698. <primary sortas="b-printenv">printenv</primary>
  699. </indexterm>
  700. </listitem>
  701. </varlistentry>
  702. <varlistentry id="printf">
  703. <term><command>printf</command></term>
  704. <listitem>
  705. <para>Prints the given arguments according to the given format, much
  706. like the C printf function</para>
  707. <indexterm zone="ch-system-coreutils printf">
  708. <primary sortas="b-printf">printf</primary>
  709. </indexterm>
  710. </listitem>
  711. </varlistentry>
  712. <varlistentry id="ptx">
  713. <term><command>ptx</command></term>
  714. <listitem>
  715. <para>Produces a permuted index from the contents of the given files,
  716. with each keyword in its context</para>
  717. <indexterm zone="ch-system-coreutils ptx">
  718. <primary sortas="b-ptx">ptx</primary>
  719. </indexterm>
  720. </listitem>
  721. </varlistentry>
  722. <varlistentry id="pwd">
  723. <term><command>pwd</command></term>
  724. <listitem>
  725. <para>Reports the name of the current working directory</para>
  726. <indexterm zone="ch-system-coreutils pwd">
  727. <primary sortas="b-pwd">pwd</primary>
  728. </indexterm>
  729. </listitem>
  730. </varlistentry>
  731. <varlistentry id="readlink">
  732. <term><command>readlink</command></term>
  733. <listitem>
  734. <para>Reports the value of the given symbolic link</para>
  735. <indexterm zone="ch-system-coreutils readlink">
  736. <primary sortas="b-readlink">readlink</primary>
  737. </indexterm>
  738. </listitem>
  739. </varlistentry>
  740. <varlistentry id="realpath">
  741. <term><command>realpath</command></term>
  742. <listitem>
  743. <para>Prints the resolved path</para>
  744. <indexterm zone="ch-system-coreutils realpath">
  745. <primary sortas="b-realpath">realpath</primary>
  746. </indexterm>
  747. </listitem>
  748. </varlistentry>
  749. <varlistentry id="rm">
  750. <term><command>rm</command></term>
  751. <listitem>
  752. <para>Removes files or directories</para>
  753. <indexterm zone="ch-system-coreutils rm">
  754. <primary sortas="b-rm">rm</primary>
  755. </indexterm>
  756. </listitem>
  757. </varlistentry>
  758. <varlistentry id="rmdir">
  759. <term><command>rmdir</command></term>
  760. <listitem>
  761. <para>Removes directories if they are empty</para>
  762. <indexterm zone="ch-system-coreutils rmdir">
  763. <primary sortas="b-rmdir">rmdir</primary>
  764. </indexterm>
  765. </listitem>
  766. </varlistentry>
  767. <varlistentry id="runcon">
  768. <term><command>runcon</command></term>
  769. <listitem>
  770. <para>Runs a command with specified security context</para>
  771. <indexterm zone="ch-system-coreutils runcon">
  772. <primary sortas="b-runcon">runcon</primary>
  773. </indexterm>
  774. </listitem>
  775. </varlistentry>
  776. <varlistentry id="seq">
  777. <term><command>seq</command></term>
  778. <listitem>
  779. <para>Prints a sequence of numbers within a given range and with a
  780. given increment</para>
  781. <indexterm zone="ch-system-coreutils seq">
  782. <primary sortas="b-seq">seq</primary>
  783. </indexterm>
  784. </listitem>
  785. </varlistentry>
  786. <varlistentry id="sha1sum">
  787. <term><command>sha1sum</command></term>
  788. <listitem>
  789. <para>Prints or checks 160-bit Secure Hash Algorithm 1 (SHA1)
  790. checksums</para>
  791. <indexterm zone="ch-system-coreutils sha1sum">
  792. <primary sortas="b-sha1sum">sha1sum</primary>
  793. </indexterm>
  794. </listitem>
  795. </varlistentry>
  796. <varlistentry id="sha224sum">
  797. <term><command>sha224sum</command></term>
  798. <listitem>
  799. <para>Prints or checks 224-bit Secure Hash Algorithm checksums</para>
  800. <indexterm zone="ch-system-coreutils sha224sum">
  801. <primary sortas="b-sha224sum">sha224sum</primary>
  802. </indexterm>
  803. </listitem>
  804. </varlistentry>
  805. <varlistentry id="sha256sum">
  806. <term><command>sha256sum</command></term>
  807. <listitem>
  808. <para>Prints or checks 256-bit Secure Hash Algorithm checksums</para>
  809. <indexterm zone="ch-system-coreutils sha256sum">
  810. <primary sortas="b-sha256sum">sha256sum</primary>
  811. </indexterm>
  812. </listitem>
  813. </varlistentry>
  814. <varlistentry id="sha384sum">
  815. <term><command>sha384sum</command></term>
  816. <listitem>
  817. <para>Prints or checks 384-bit Secure Hash Algorithm checksums</para>
  818. <indexterm zone="ch-system-coreutils sha384sum">
  819. <primary sortas="b-sha384sum">sha384sum</primary>
  820. </indexterm>
  821. </listitem>
  822. </varlistentry>
  823. <varlistentry id="sha512sum">
  824. <term><command>sha512sum</command></term>
  825. <listitem>
  826. <para>Prints or checks 512-bit Secure Hash Algorithm checksums</para>
  827. <indexterm zone="ch-system-coreutils sha512sum">
  828. <primary sortas="b-sha512sum">sha512sum</primary>
  829. </indexterm>
  830. </listitem>
  831. </varlistentry>
  832. <varlistentry id="shred">
  833. <term><command>shred</command></term>
  834. <listitem>
  835. <para>Overwrites the given files repeatedly with complex patterns,
  836. making it difficult to recover the data</para>
  837. <indexterm zone="ch-system-coreutils shred">
  838. <primary sortas="b-shred">shred</primary>
  839. </indexterm>
  840. </listitem>
  841. </varlistentry>
  842. <varlistentry id="shuf">
  843. <term><command>shuf</command></term>
  844. <listitem>
  845. <para>Shuffles lines of text</para>
  846. <indexterm zone="ch-system-coreutils shuf">
  847. <primary sortas="b-shuf">shuf</primary>
  848. </indexterm>
  849. </listitem>
  850. </varlistentry>
  851. <varlistentry id="sleep">
  852. <term><command>sleep</command></term>
  853. <listitem>
  854. <para>Pauses for the given amount of time</para>
  855. <indexterm zone="ch-system-coreutils sleep">
  856. <primary sortas="b-sleep">sleep</primary>
  857. </indexterm>
  858. </listitem>
  859. </varlistentry>
  860. <varlistentry id="sort">
  861. <term><command>sort</command></term>
  862. <listitem>
  863. <para>Sorts the lines from the given files</para>
  864. <indexterm zone="ch-system-coreutils sort">
  865. <primary sortas="b-sort">sort</primary>
  866. </indexterm>
  867. </listitem>
  868. </varlistentry>
  869. <varlistentry id="split">
  870. <term><command>split</command></term>
  871. <listitem>
  872. <para>Splits the given file into pieces, by size or by number of
  873. lines</para>
  874. <indexterm zone="ch-system-coreutils split">
  875. <primary sortas="b-split">split</primary>
  876. </indexterm>
  877. </listitem>
  878. </varlistentry>
  879. <varlistentry id="stat">
  880. <term><command>stat</command></term>
  881. <listitem>
  882. <para>Displays file or filesystem status</para>
  883. <indexterm zone="ch-system-coreutils stat">
  884. <primary sortas="b-stat">stat</primary>
  885. </indexterm>
  886. </listitem>
  887. </varlistentry>
  888. <varlistentry id="stdbuf">
  889. <term><command>stdbuf</command></term>
  890. <listitem>
  891. <para>Runs commands with altered buffering operations for its standard
  892. streams</para>
  893. <indexterm zone="ch-system-coreutils stdbuf">
  894. <primary sortas="b-stdbuf">stdbuf</primary>
  895. </indexterm>
  896. </listitem>
  897. </varlistentry>
  898. <varlistentry id="stty">
  899. <term><command>stty</command></term>
  900. <listitem>
  901. <para>Sets or reports terminal line settings</para>
  902. <indexterm zone="ch-system-coreutils stty">
  903. <primary sortas="b-stty">stty</primary>
  904. </indexterm>
  905. </listitem>
  906. </varlistentry>
  907. <varlistentry id="sum">
  908. <term><command>sum</command></term>
  909. <listitem>
  910. <para>Prints checksum and block counts for each given file</para>
  911. <indexterm zone="ch-system-coreutils sum">
  912. <primary sortas="b-sum">sum</primary>
  913. </indexterm>
  914. </listitem>
  915. </varlistentry>
  916. <varlistentry id="sync">
  917. <term><command>sync</command></term>
  918. <listitem>
  919. <para>Flushes file system buffers; it forces changed blocks to disk
  920. and updates the super block</para>
  921. <indexterm zone="ch-system-coreutils sync">
  922. <primary sortas="b-sync">sync</primary>
  923. </indexterm>
  924. </listitem>
  925. </varlistentry>
  926. <varlistentry id="tac">
  927. <term><command>tac</command></term>
  928. <listitem>
  929. <para>Concatenates the given files in reverse</para>
  930. <indexterm zone="ch-system-coreutils tac">
  931. <primary sortas="b-tac">tac</primary>
  932. </indexterm>
  933. </listitem>
  934. </varlistentry>
  935. <varlistentry id="tail">
  936. <term><command>tail</command></term>
  937. <listitem>
  938. <para>Prints the last ten lines (or the given number of lines) of each
  939. given file</para>
  940. <indexterm zone="ch-system-coreutils tail">
  941. <primary sortas="b-tail">tail</primary>
  942. </indexterm>
  943. </listitem>
  944. </varlistentry>
  945. <varlistentry id="tee">
  946. <term><command>tee</command></term>
  947. <listitem>
  948. <para>Reads from standard input while writing both to standard output
  949. and to the given files</para>
  950. <indexterm zone="ch-system-coreutils tee">
  951. <primary sortas="b-tee">tee</primary>
  952. </indexterm>
  953. </listitem>
  954. </varlistentry>
  955. <varlistentry id="test">
  956. <term><command>test</command></term>
  957. <listitem>
  958. <para>Compares values and checks file types</para>
  959. <indexterm zone="ch-system-coreutils test">
  960. <primary sortas="b-test">test</primary>
  961. </indexterm>
  962. </listitem>
  963. </varlistentry>
  964. <varlistentry id="timeout">
  965. <term><command>timeout</command></term>
  966. <listitem>
  967. <para>Runs a command with a time limit</para>
  968. <indexterm zone="ch-system-coreutils timeout">
  969. <primary sortas="b-timeout">timeout</primary>
  970. </indexterm>
  971. </listitem>
  972. </varlistentry>
  973. <varlistentry id="touch">
  974. <term><command>touch</command></term>
  975. <listitem>
  976. <para>Changes file timestamps, setting the access and modification
  977. times of the given files to the current time; files that do not exist
  978. are created with zero length</para>
  979. <indexterm zone="ch-system-coreutils touch">
  980. <primary sortas="b-touch">touch</primary>
  981. </indexterm>
  982. </listitem>
  983. </varlistentry>
  984. <varlistentry id="tr">
  985. <term><command>tr</command></term>
  986. <listitem>
  987. <para>Translates, squeezes, and deletes the given characters from
  988. standard input</para>
  989. <indexterm zone="ch-system-coreutils tr">
  990. <primary sortas="b-tr">tr</primary>
  991. </indexterm>
  992. </listitem>
  993. </varlistentry>
  994. <varlistentry id="true">
  995. <term><command>true</command></term>
  996. <listitem>
  997. <para>Does nothing, successfully; it always exits with a status code
  998. indicating success</para>
  999. <indexterm zone="ch-system-coreutils true">
  1000. <primary sortas="b-true">true</primary>
  1001. </indexterm>
  1002. </listitem>
  1003. </varlistentry>
  1004. <varlistentry id="truncate">
  1005. <term><command>truncate</command></term>
  1006. <listitem>
  1007. <para>Shrinks or expands a file to the specified size</para>
  1008. <indexterm zone="ch-system-coreutils truncate">
  1009. <primary sortas="b-truncate">truncate</primary>
  1010. </indexterm>
  1011. </listitem>
  1012. </varlistentry>
  1013. <varlistentry id="tsort">
  1014. <term><command>tsort</command></term>
  1015. <listitem>
  1016. <para>Performs a topological sort; it writes a completely ordered list
  1017. according to the partial ordering in a given file</para>
  1018. <indexterm zone="ch-system-coreutils tsort">
  1019. <primary sortas="b-tsort">tsort</primary>
  1020. </indexterm>
  1021. </listitem>
  1022. </varlistentry>
  1023. <varlistentry id="tty">
  1024. <term><command>tty</command></term>
  1025. <listitem>
  1026. <para>Reports the file name of the terminal connected to standard
  1027. input</para>
  1028. <indexterm zone="ch-system-coreutils tty">
  1029. <primary sortas="b-tty">tty</primary>
  1030. </indexterm>
  1031. </listitem>
  1032. </varlistentry>
  1033. <varlistentry id="uname">
  1034. <term><command>uname</command></term>
  1035. <listitem>
  1036. <para>Reports system information</para>
  1037. <indexterm zone="ch-system-coreutils uname">
  1038. <primary sortas="b-uname">uname</primary>
  1039. </indexterm>
  1040. </listitem>
  1041. </varlistentry>
  1042. <varlistentry id="unexpand">
  1043. <term><command>unexpand</command></term>
  1044. <listitem>
  1045. <para>Converts spaces to tabs</para>
  1046. <indexterm zone="ch-system-coreutils unexpand">
  1047. <primary sortas="b-unexpand">unexpand</primary>
  1048. </indexterm>
  1049. </listitem>
  1050. </varlistentry>
  1051. <varlistentry id="uniq">
  1052. <term><command>uniq</command></term>
  1053. <listitem>
  1054. <para>Discards all but one of successive identical lines</para>
  1055. <indexterm zone="ch-system-coreutils uniq">
  1056. <primary sortas="b-uniq">uniq</primary>
  1057. </indexterm>
  1058. </listitem>
  1059. </varlistentry>
  1060. <varlistentry id="unlink">
  1061. <term><command>unlink</command></term>
  1062. <listitem>
  1063. <para>Removes the given file</para>
  1064. <indexterm zone="ch-system-coreutils unlink">
  1065. <primary sortas="b-unlink">unlink</primary>
  1066. </indexterm>
  1067. </listitem>
  1068. </varlistentry>
  1069. <varlistentry id="users">
  1070. <term><command>users</command></term>
  1071. <listitem>
  1072. <para>Reports the names of the users currently logged on</para>
  1073. <indexterm zone="ch-system-coreutils users">
  1074. <primary sortas="b-users">users</primary>
  1075. </indexterm>
  1076. </listitem>
  1077. </varlistentry>
  1078. <varlistentry id="vdir">
  1079. <term><command>vdir</command></term>
  1080. <listitem>
  1081. <para>Is the same as <command>ls -l</command></para>
  1082. <indexterm zone="ch-system-coreutils vdir">
  1083. <primary sortas="b-vdir">vdir</primary>
  1084. </indexterm>
  1085. </listitem>
  1086. </varlistentry>
  1087. <varlistentry id="wc">
  1088. <term><command>wc</command></term>
  1089. <listitem>
  1090. <para>Reports the number of lines, words, and bytes for each given
  1091. file, as well as a total line when more than one file is given</para>
  1092. <indexterm zone="ch-system-coreutils wc">
  1093. <primary sortas="b-wc">wc</primary>
  1094. </indexterm>
  1095. </listitem>
  1096. </varlistentry>
  1097. <varlistentry id="who">
  1098. <term><command>who</command></term>
  1099. <listitem>
  1100. <para>Reports who is logged on</para>
  1101. <indexterm zone="ch-system-coreutils who">
  1102. <primary sortas="b-who">who</primary>
  1103. </indexterm>
  1104. </listitem>
  1105. </varlistentry>
  1106. <varlistentry id="whoami">
  1107. <term><command>whoami</command></term>
  1108. <listitem>
  1109. <para>Reports the user name associated with the current effective
  1110. user ID</para>
  1111. <indexterm zone="ch-system-coreutils whoami">
  1112. <primary sortas="b-whoami">whoami</primary>
  1113. </indexterm>
  1114. </listitem>
  1115. </varlistentry>
  1116. <varlistentry id="yes">
  1117. <term><command>yes</command></term>
  1118. <listitem>
  1119. <para>Repeatedly outputs <quote>y</quote> or a given string until
  1120. killed</para>
  1121. <indexterm zone="ch-system-coreutils yes">
  1122. <primary sortas="b-yes">yes</primary>
  1123. </indexterm>
  1124. </listitem>
  1125. </varlistentry>
  1126. <varlistentry id="libstdbuf">
  1127. <term><filename class="libraryfile">libstdbuf</filename></term>
  1128. <listitem>
  1129. <para>Library used by <command>stdbuf</command></para>
  1130. <indexterm zone="ch-system-coreutils libstdbuf">
  1131. <primary sortas="c-libstdbuf">libstdbuf</primary>
  1132. </indexterm>
  1133. </listitem>
  1134. </varlistentry>
  1135. </variablelist>
  1136. </sect2>
  1137. </sect1>