Changes between Version 8 and Version 9 of Obsolete/SystemBinCommands
- Timestamp:
- Dec 20, 2010, 5:05:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/SystemBinCommands
v8 v9 101 101 || join || For each pair of input lines with identical join fields, write a line to standard output. || 8.4 || GNU coreutils 102 102 || kernel_debugger || Enters the kernel debugger with the optional message. || || 103 || keymap || Show and editkeymap. || ||103 || keymap || Load or save a keymap. || || 104 104 || kill || Send a signal to a process. || || 105 105 || less || Show file with backward and forward movement. || || 106 || lessecho || Echos its arguments on standard output. But any argument containing spaces is enclosed in quotes. || ||106 || lessecho || Echos its arguments to standard output and expands metacharacters, such as * and ? in filenames. || || 107 107 || lesskey || Specify key binding for less. || || 108 108 || link || Create a link to a file. || 8.4 || GNU coreutils 109 109 || linkcatkeys || [Leftover from the move of locale-kit.] || || 110 110 || listarea || Lists area info for all currently running teams. || || 111 || listattr || List file attributes. || ||111 || listattr || Lists the attributes of a file. || || 112 112 || listdev || Display devices in a user friendly way. || || 113 113 || listimage || Lists image info for all currently running teams. || || … … 129 129 || md5sum || Print or check MD5 checksums. || 8.4 || GNU coreutils || 130 130 || merge || Three-way file merge. || || 131 || message || Print a message. || ||131 || message || Prints a flattened BMessage file. || || 132 132 || mimeset || Set mimetype of a file. || || 133 133 || mkdepend || Makefile Dependency Generator. || 1.7 || … … 138 138 || mkindex || Create a new index of the specified attribute. || || 139 139 || mktemp || Create a temporary file or directory, safely and print its name. || 8.4 || GNU coreutils || 140 || modifiers || Asserts(un)pressed modifier keys. || ||140 || modifiers || Prints currently (un)pressed modifier keys. || || 141 141 || more || See less. || || 142 142 || mount || Mount a file system. || ||