coreutils.xml 45 KB

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