shellutils-desc.xml 3.8 KB

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