Search results
Results from the WOW.Com Content Network
This is a list of commands from the GNU Core Utilities for Unix environments. These commands can be found on Unix operating systems and most Unix-like operating systems. GNU Core Utilities include basic file, shell and text manipulation utilities. Coreutils includes all of the basic command-line tools that are expected in a POSIX system.
Write the name list of an object file: Version 1 AT&T UNIX nohup: Process management Mandatory Invoke a utility immune to hangups: Version 4 AT&T UNIX od: Misc Mandatory Dump files in various formats Version 1 AT&T UNIX paste: Text processing Mandatory Merge corresponding or subsequent lines of files Version 32V AT&T UNIX patch: Text processing ...
paste exits after all streams return end of file. The number of lines in the output stream will equal the number of lines in the input file with the largest number of lines. Missing values are represented by empty strings. Though potentially useful, an option to have paste emit an alternate string for a missing field (such as "NA") is not standard.
Copy a file to a new file and preserve the modification date, time, and access control list associated with the source file: cp -p smith smith.jr This copies the smith file to the smith.jr file. Instead of creating the file with the current date and time stamp, the system gives the smith.jr file the same date and time as the smith file.
dd is a command-line utility for Unix, Plan 9, Inferno, and Unix-like operating systems and beyond, the primary purpose of which is to convert and copy files. [1] On Unix, device drivers for hardware (such as hard disk drives) and special device files (such as /dev/zero and /dev/random) appear in the file system just like normal files; dd can also read and/or write from/to these files ...
for all files in use by the process, including the executing text file and the shared libraries it is using: the file descriptor number of the file, if applicable; the file's access mode; the file's lock status; the file's device numbers; the file's inode number; the file's size or offset; the name of the file system containing the file;
Get AOL Mail for FREE! Manage your email like never before with travel, photo & document views. Personalize your inbox with themes & tabs. You've Got Mail!
Characters; a list following -c specifies a range of characters which will be returned, e.g. cut -c1-66 would return the first 66 characters of a line-f Specifies a field list, separated by a delimiter list A comma separated or blank separated list of integer denoted fields, incrementally ordered.