Changes between Version 12 and Version 13 of Obsolete/SystemBinCommands
- Timestamp:
- Dec 24, 2010, 6:41:53 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/SystemBinCommands
v12 v13 62 62 || expr || Print value of expression to standard output. || 8.4 || GNU coreutils 63 63 || factor || Print the prime factors of each specified integer number. || 8.4 || GNU coreutils 64 || false || Do nothing, unsuccessfully. || 8.4 || GNU coreutils64 || false || Does nothing, indicates "unsuccessful" and returns the value "1". || 8.4 || GNU coreutils 65 65 || fdinfo || Shows info about the used file descriptors in the system. || || 66 66 || ffm || Set focus follows mouse. || || … … 227 227 || translate || Uses DataTranslators to convert file formats. || || 228 228 || trash || Send files to trash or restore them. || || 229 || true || Do nothing, successfully. || ||229 || true || Does nothing, indicates "success" and returns the value "0". || || 230 230 || truncate || Shrink or extend the size of each file to the specified size. || 8.4 || GNU coreutils 231 231 || tsort || Write totally ordered list consistent with the partial ordering in file. || 8.4 || GNU coreutils