enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. sc (spreadsheet calculator) - Wikipedia

    en.wikipedia.org/wiki/Sc_(spreadsheet_calculator)

    sc is a cross-platform, free, TUI, spreadsheet and calculator application that runs on Unix and Unix-like operating systems. It has also been ported to Windows.It can be accessed through a terminal emulator, and has a simple interface and keyboard shortcuts resembling the key bindings of the Vim text editor.

  3. find (Unix) - Wikipedia

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

    find can traverse and search through different file systems of partitions belonging to one or more storage devices mounted under the starting directory. [ 1 ] The possible search criteria include a pattern to match against the filename or a time range to match against the modification time or access time of the file.

  4. System.map - Wikipedia

    en.wikipedia.org/wiki/System.map

    In Linux, the System.map file is a symbol table used by the kernel. A symbol table is a look-up between symbol names and their addresses in memory. A symbol name may be the name of a variable or the name of a function. The System.map is required when the address of a symbol name, or the symbol name of an address, is needed.

  5. Terminfo - Wikipedia

    en.wikipedia.org/wiki/Terminfo

    By using the first character of the name of the terminal description as one component of the pathname, and the name of the terminal description as the name of the file to retrieve, the terminfo library usually outperforms searching a large termcap file. [citation needed]

  6. 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:

  7. file (command) - Wikipedia

    en.wikipedia.org/wiki/File_(command)

    -i, do not classify the file further than to identify it as either: nonexistent, a block special file, a character special file, a directory, a FIFO, a socket, a symbolic link, or a regular file. Linux [6] and BSD [7] systems behave differently with this option and instead output an Internet media type ("MIME type") identifying the recognized ...

  8. Unix shell - Wikipedia

    en.wikipedia.org/wiki/Unix_shell

    blank means a file is not read by a shell at all. "yes" means a file is always read by a shell upon startup. "login" means a file is read if the shell is a login shell. "n/login" means a file is read if the shell is not a login shell. "int." means a file is read if the shell is interactive.

  9. Bash (Unix shell) - Wikipedia

    en.wikipedia.org/wiki/Bash_(Unix_shell)

    As the standard upon which bash is based, the POSIX Standard, or IEEE Std 1003.1, [112] et seq, is especially informative. The Linux "man page" [113] [114] is intended to be the authoritative explanatory technical document for the understanding of how bash operates. It is usually available by running man bash.