enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of GNU Core Utilities commands - Wikipedia

    en.wikipedia.org/wiki/List_of_GNU_Core_Utilities...

    Removes (deletes) files, directories, device nodes and symbolic links rmdir: Removes empty directories shred: Overwrites a file to hide its contents, and optionally deletes it sync: Flushes file system buffers touch: Changes file timestamps; creates file truncate: Shrink or extend the size of a file to the specified size vdir: Is exactly like ...

  3. sort (Unix) - Wikipedia

    en.wikipedia.org/wiki/Sort_(Unix)

    In computing, sort is a standard command line program of Unix and Unix-like operating systems, that prints the lines of its input or concatenation of all files listed in its argument list in sorted order. Sorting is done based on one or more sort keys extracted from each line of input.

  4. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    Change the file ownership PDP-7 UNIX cksum: Filesystem Mandatory Write file checksums and sizes 4.4BSD cmp: Filesystem Mandatory Compare two files; see also diff Version 1 AT&T UNIX comm: Text processing Mandatory Select or reject lines common to two files Version 4 AT&T UNIX command: Shell programming Mandatory Execute a simple command ...

  5. df (Unix) - Wikipedia

    en.wikipedia.org/wiki/Df_(Unix)

    df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls .

  6. find (Unix) - Wikipedia

    en.wikipedia.org/wiki/Find_(Unix)

    In Unix-like operating systems, find is a command-line utility that locates files based on some user-specified criteria and either prints the pathname of each matched object or, if another action is requested, performs that action on each matched object.

  7. du (Unix) - Wikipedia

    en.wikipedia.org/wiki/Du_(Unix)

    By default, the Single UNIX Specification (SUS) specifies that du is to display the file space allocated to each file and directory contained in the current directory. Links will be displayed as the size of the link file, not what is being linked to; the size of the content of directories is displayed, as expected.

  8. Enlarge or reduce the font size on your web browser

    help.aol.com/articles/how-do-i-enlarge-or-reduce...

    In an instant, these commands improve the readability of the content you're viewing. • Zoom in - Press Ctrl (CMD on a Mac) + the plus key (+) on your keyboard. • Zoom out - Press Ctrl (CMD on a Mac) + the minus key (-) on your keyboard. Zoomed too far? Press Ctrl (CMD on a Mac) + 0 to go back to the default size.

  9. stat (system call) - Wikipedia

    en.wikipedia.org/wiki/Stat_(system_call)

    stat command line. stat() is a Unix system call that returns file attributes about an inode. The semantics of stat() vary between operating systems. As an example, Unix command ls uses this system call to retrieve information on files that includes: atime: time of last access (ls -lu) mtime: time of last modification (ls -l)