Changes between Version 11 and Version 12 of Obsolete/SystemBinCommands
- Timestamp:
- Dec 22, 2010, 4:12:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/SystemBinCommands
v11 v12 220 220 || test || Returns true/false after comparing items. || || 221 221 || 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. || || 223 223 || touch || Change file timestamps. || 8.4 || GNU coreutils 224 224 || tput || Initialize a terminal or query terminfo database. || || 225 225 || tr || Translate, squeeze and/or delete characters from the standard input, writing to standard output || 8.4 || GNU coreutils 226 226 || traceroute || Print the route packets trace to network host. || 1.4a12 || 227 || translate || Translate app. || ||227 || translate || Uses DataTranslators to convert file formats. || || 228 228 || trash || Send files to trash or restore them. || || 229 229 || true || Do nothing, successfully. || || 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 232 || tty || Print the file name of the terminal connected to the standard output|| 8.4 || GNU coreutils232 || tty || Print the file name of the terminal connected to standard input. || 8.4 || GNU coreutils 233 233 || uname || Print certain system information. || 8.4 || GNU coreutils 234 234 || unchop || Recreate a file previously split with chop. || || … … 250 250 || vdir || List information about files. || 8.4 || GNU coreutils 251 251 || 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. || || 254 254 || watch || Execute a program periodically. || || 255 255 || wc || Print newline, word and byte counts for each file. || 8.4 || GNU coreutils … … 265 265 || zforce || Force a '.gz' extension on all gzip files. || || 266 266 || 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 || 268 268 || zipcloak || Encrypt all unencrypted entries in a zip file. || 2.32 || 269 269 || zipgrep || Searches the given zip members for a string or pattern. || || 270 270 || 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 || 272 272 || zipsplit || Split a zip file into smaller pieces. || 2.32 || 273 || zmore || Like 'more' but operate on the uncompressed contents of any compressed file s. || ||273 || zmore || Like 'more' but operate on the uncompressed contents of any compressed file. || || 274 274 || znew || Recompress .Z files into .gz (gzip) files || ||