1XYZSH(1)                    General Commands Manual                   XYZSH(1)
2
3
4

NAME

6       xyzsh shell script language
7
8       xyzsh [-c command] [script file] -rn --version
9

DESCRIPTION

11       xyzsh is a shell script language. You can run "xyzsh" without any argu‐
12       ments to use it as an interactive shell.
13
14       The following options are available
15
16       -rn
17       no load runtime script
18
19       --version
20       output version
21
22       -c " string"
23       Commands described by string are executed and exit immediately.
24

USAGE

26       run help inner command.
27
28

EXAMPLES

30       $ cat > hello.xyzsh
31       print "Hello World" | pomch
32       $ xyzsh hello.xyzsh
33       Hello World
34
35       $ ls | xyzsh -c '|each (|if(|chomp|-d) (|print ))'
36       list of directories
37
38       $ xyzsh
39       -+- Welcome to xyzsh x.x.x -+-
40       run 'help' command for xyzsh help
41        >
42
44       Copyright 2012 by yamanaka gorou
45
46
47
48
49                                                                      XYZSH(1)
Impressum