Changes between Version 12 and Version 13 of Obsolete/SystemBinCommands


Ignore:
Timestamp:
Dec 24, 2010, 6:41:53 AM (14 years ago)
Author:
humdinger
Comment:

improvements(?) to false, true

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/SystemBinCommands

    v12 v13  
    6262|| expr || Print value of expression to standard output. || 8.4 || GNU coreutils
    6363|| factor || Print the prime factors of each specified integer number. || 8.4 || GNU coreutils
    64 || false || Do nothing, unsuccessfully. || 8.4 || GNU coreutils
     64|| false || Does nothing, indicates "unsuccessful" and returns the value "1". || 8.4 || GNU coreutils
    6565|| fdinfo || Shows info about the used file descriptors in the system. ||  ||
    6666|| ffm || Set focus follows mouse. ||  ||
     
    227227|| translate || Uses DataTranslators to convert file formats. ||  ||
    228228|| trash || Send files to trash or restore them. ||  ||
    229 || true || Do nothing, successfully. ||  ||
     229|| true || Does nothing, indicates "success" and returns the value "0". ||  ||
    230230|| truncate || Shrink or extend the size of each file to the specified size. || 8.4 || GNU coreutils
    231231|| tsort || Write totally ordered list consistent with the  partial ordering in file. || 8.4 || GNU coreutils