shellutils-desc.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <sect2><title>Contents of Sh-utils-&sh-utils-contversion;</title>
  2. <sect3><title>Program Files</title>
  3. <para>basename, chroot, date, dirname,
  4. echo, env, expr, factor, false, groups, hostid, hostname, id, logname,
  5. nice, nohup, pathchk, pinky, printenv, printf, pwd, seq, sleep, stty,
  6. su, tee, test, true, tty, uname, uptime, users, who, whoami and
  7. yes</para></sect3>
  8. <sect3><title>Descriptions</title>
  9. <sect4><title>basename</title>
  10. <para>basename strips directory and suffixes from filenames.</para></sect4>
  11. <sect4><title>chroot</title>
  12. <para>chroot runs a command or interactive shell with special
  13. root directory.</para></sect4>
  14. <sect4><title>date</title>
  15. <para>date displays the current time in a specified format, or sets
  16. the system date.</para></sect4>
  17. <sect4><title>dirname</title>
  18. <para>dirname strips non-directory suffixes from file name.</para></sect4>
  19. <sect4><title>echo</title>
  20. <para>echo displays a line of text.</para></sect4>
  21. <sect4><title>env</title>
  22. <para>env runs a program in a modified environment.</para></sect4>
  23. <sect4><title>expr</title>
  24. <para>expr evaluates expressions.</para></sect4>
  25. <sect4><title>factor</title>
  26. <para>factor prints the prime factors of all specified
  27. integer numbers.</para></sect4>
  28. <sect4><title>false</title>
  29. <para>false always exits with a status code indicating failure.</para></sect4>
  30. <sect4><title>groups</title>
  31. <para>groups prints the groups a user is in.</para></sect4>
  32. <sect4><title>hostid</title>
  33. <para>hostid prints the numeric identifier (in hexadecimal) for the current
  34. host.</para></sect4>
  35. <sect4><title>hostname</title>
  36. <para>hostname sets or prints the name of the current host system</para></sect4>
  37. <sect4><title>id</title>
  38. <para>id prints the real and effective UIDs and GIDs of a user or the current
  39. user.</para></sect4>
  40. <sect4><title>logname</title>
  41. <para>logname prints the current user's login name.</para></sect4>
  42. <sect4><title>nice</title>
  43. <para>nice runs a program with modified scheduling priority.</para></sect4>
  44. <sect4><title>nohup</title>
  45. <para>nohup runs a command immune to hangups, with output to a
  46. non-tty</para></sect4>
  47. <sect4><title>pathchk</title>
  48. <para>pathchk checks whether file names are valid or portable.</para></sect4>
  49. <sect4><title>pinky</title>
  50. <para>pinky is a lightweight finger utility which retrieves information about
  51. a certain user</para></sect4>
  52. <sect4><title>printenv</title>
  53. <para>printenv prints all or part of the environment.</para></sect4>
  54. <sect4><title>printf</title>
  55. <para>printf formats and prints data (the same as the printf C
  56. function).</para></sect4>
  57. <sect4><title>pwd</title>
  58. <para>pwd prints the name of the current/working directory</para></sect4>
  59. <sect4><title>seq</title>
  60. <para>seq prints numbers in a certain range with a certain
  61. increment.</para></sect4>
  62. <sect4><title>sleep</title>
  63. <para>sleep delays for a specified amount of time.</para></sect4>
  64. <sect4><title>stty</title>
  65. <para>stty changes and prints terminal line settings.</para></sect4>
  66. <sect4><title>su</title>
  67. <para>su runs a shell with substitute user and group IDs</para></sect4>
  68. <sect4><title>tee</title>
  69. <para>tee reads from standard input and writes to standard output and
  70. files.</para></sect4>
  71. <sect4><title>test</title>
  72. <para>test checks file types and compares values.</para></sect4>
  73. <sect4><title>true</title>
  74. <para>true always exits with a status code indicating success.</para></sect4>
  75. <sect4><title>tty</title>
  76. <para>tty prints the file name of the terminal connected to standard
  77. input.</para></sect4>
  78. <sect4><title>uname</title>
  79. <para>uname prints system information.</para></sect4>
  80. <sect4><title>uptime</title>
  81. <para>uptime tells how long the system has been running.</para></sect4>
  82. <sect4><title>users</title>
  83. <para>users prints the user names of users currently logged in to the
  84. current host.</para></sect4>
  85. <sect4><title>who</title>
  86. <para>who shows who is logged on.</para></sect4>
  87. <sect4><title>whoami</title>
  88. <para>whoami prints the user's effective userid.</para></sect4>
  89. <sect4><title>yes</title>
  90. <para>yes outputs a string repeatedly until killed.</para></sect4>
  91. </sect3>
  92. </sect2>