Changes between Version 11 and Version 12 of Obsolete/SystemBinCommands


Ignore:
Timestamp:
Dec 22, 2010, 4:12:45 PM (13 years ago)
Author:
humdinger
Comment:

more corrections

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/SystemBinCommands

    v11 v12  
    220220|| test || Returns true/false after comparing items. ||  ||
    221221|| timeout || Start command and kill it if still running after a specified number of seconds. || 8.4 || GNU coreutils
    222 || top || Display tasks. ||  ||
     222|| top || Display running threads and CPU usage. ||  ||
    223223|| touch || Change file timestamps. || 8.4 || GNU coreutils
    224224|| tput || Initialize a terminal or query terminfo database. ||  ||
    225225|| tr || Translate, squeeze and/or delete characters from the standard input, writing to standard output || 8.4 || GNU coreutils
    226226|| traceroute || Print the route packets trace to network host. || 1.4a12 ||
    227 || translate || Translate app. ||  ||
     227|| translate || Uses DataTranslators to convert file formats. ||  ||
    228228|| trash || Send files to trash or restore them. ||  ||
    229229|| true || Do nothing, successfully. ||  ||
    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
    232 || tty || Print the file name of the terminal connected to the standard output || 8.4 || GNU coreutils
     232|| tty || Print the file name of the terminal connected to standard input. || 8.4 || GNU coreutils
    233233|| uname || Print certain system information. || 8.4 || GNU coreutils
    234234|| unchop || Recreate a file previously split with chop. ||  ||
     
    250250|| vdir || List information about files. || 8.4 || GNU coreutils
    251251|| version || Returns the version of a file. ||  ||
    252 || vmstat || Print system info. ||  ||
    253 || waitfor || Wait for process events. ||  ||
     252|| vmstat || Print information about the virtual memory system. ||  ||
     253|| waitfor || Waits until a certain thread appears. ||  ||
    254254|| watch || Execute a program periodically. ||  ||
    255255|| wc || Print newline, word and byte counts for each file. || 8.4 || GNU coreutils
     
    265265|| zforce || Force a '.gz' extension on all gzip files. ||  ||
    266266|| zgrep || Search possibly compressed files for a regular expression. ||  ||
    267 || zip || Add or replace zipfile entries from list. || 2.32 ||
     267|| zip || Add or replace items in a zip archive. || 2.32 ||
    268268|| zipcloak || Encrypt all unencrypted entries in a zip file. || 2.32 ||
    269269|| zipgrep || Searches the given zip members for a string or pattern. ||  ||
    270270|| zipinfo || See unzip. || 2.40 ||
    271 || zipnote || Write the comments in zipfile to stdout. || 2.32 ||
     271|| zipnote || Print the comments in zip archive. || 2.32 ||
    272272|| zipsplit || Split a zip file into smaller pieces. || 2.32 ||
    273 || zmore || Like 'more' but operate on the uncompressed contents of any compressed files. ||  ||
     273|| zmore || Like 'more' but operate on the uncompressed contents of any compressed file. ||  ||
    274274|| znew || Recompress .Z files into .gz (gzip) files ||  ||