GithubHelp home page GithubHelp logo

fagan2888 / man Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kxsystems/man

0.0 1.0 0.0 41 KB

Unix-like man function for the q programming language

License: Apache License 2.0

q 100.00%

man's Introduction

man.q

Man pages for the q programming language.

Install

Download man.q from this repository and save in QHOME.

q)\l man.q
q)

Requirements: kdb+ V3.2+ on macOS, Linux, Windows, or Solaris 11+.

To have man.q loaded with every q session, specify it in environment variable QINIT. For example, an alias for q might be:

$ alias q='export QHOME=~/q/v3.7; export QINIT=$QHOME/man.q; rlwrap -r $QHOME/m64/q'
$ q
KDB+ 3.7t 2019.12.12 Copyright (C) 1993-2019 Kx Systems
m64/ 4()core 8192MB sjt mint.local 192.168.0.10 EXPIRE 2020.04.01 [email protected] #55032
q)man "--help"
"https://code.kx.com/q/about/man"
q)

Usage

Examples

man "$"               / operator glyph
man "enum extend"     / operator name
man "read0"           / keyword
man ".Q"              / namespace
man ".Q.bt"           / namespace object
man "-C"              / command-line option
man "\\b"             / system command
man ""                / reference card

Special pages

man "cmdline"         / command-line options
man "errors"
man "datatypes"
man "debug"
man "interfaces"
man "internal"
man "iterators"
man "kb"              / Knowledge Base
man "syscmds"         / system commands
man "wp"              / White Papers

Help with man

man "--help"          / help page
man "--list"          / all arguments

See also https://code.kx.com/q/about/man/

A project of the Kx Librarian

man's People

Contributors

5jt avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.