Changes between Version 14 and Version 15 of Obsolete/SystemBinCommands


Ignore:
Timestamp:
Dec 29, 2010, 10:53:26 AM (13 years ago)
Author:
humdinger
Comment:

corrected unzipsfx, improved wc

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/SystemBinCommands

    v14 v15  
    241241|| untrash || See trash. ||  ||
    242242|| unzip || Unzip file. ||  ||
    243 || unzipsfx || Extract files in list, except those specified. || 5.50 ||
     243|| unzipsfx || Used to make existing zip archives self-extracting. || 5.50 ||
    244244|| updatedb || Update a database for locate. ||  ||
    245245|| uptime || Prints the current date and time, as well as the time elapsed since the system was started. ||  ||
     
    253253|| waitfor || Waits until a certain thread appears. ||  ||
    254254|| watch || Execute a program periodically. ||  ||
    255 || wc || Print newline, word and byte counts for each file. || 8.4 || GNU coreutils
     255|| wc || Prints the number of paragraphs, words and characters (bytes) of a file. || 8.4 || GNU coreutils
    256256|| wget || The non-interactive network downloader. || 1.12 ||
    257257|| which || Locate a command. ||  ||