Changes between Version 8 and Version 9 of Obsolete/SystemBinCommands


Ignore:
Timestamp:
Dec 20, 2010, 5:05:45 PM (13 years ago)
Author:
humdinger
Comment:

corrections to "keymap", "lessecho", "listattr", "message", "modifier"

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/SystemBinCommands

    v8 v9  
    101101|| join || For each pair of input lines with identical join fields, write a line to standard output. || 8.4 || GNU coreutils
    102102|| kernel_debugger || Enters the kernel debugger with the optional message. ||  ||
    103 || keymap || Show and edit keymap. ||  ||
     103|| keymap || Load or save a keymap. ||  ||
    104104|| kill || Send a signal to a process. ||  ||
    105105|| 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. ||  ||
    107107|| lesskey || Specify key binding for less. ||  ||
    108108|| link || Create a link to a file. || 8.4 || GNU coreutils
    109109|| linkcatkeys || [Leftover from the move of locale-kit.] ||  ||
    110110|| listarea || Lists area info for all currently running teams. ||  ||
    111 || listattr || List file attributes. ||  ||
     111|| listattr || Lists the attributes of a file. ||  ||
    112112|| listdev || Display devices in a user friendly way. ||  ||
    113113|| listimage || Lists image info for all currently running teams. ||  ||
     
    129129|| md5sum || Print or check MD5 checksums. || 8.4 || GNU coreutils ||
    130130|| merge || Three-way file merge. ||  ||
    131 || message || Print a message. ||  ||
     131|| message || Prints a flattened BMessage file. ||  ||
    132132|| mimeset || Set mimetype of a file. ||  ||
    133133|| mkdepend || Makefile Dependency Generator. || 1.7 ||
     
    138138|| mkindex || Create a new index of the specified attribute. ||  ||
    139139|| 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. ||  ||
    141141|| more || See less. ||  ||
    142142|| mount || Mount a file system. ||  ||