xyzsh - Man Page

Name

xyzsh shell script language

xyzsh [-c command] [script file] -rn --version

Description

xyzsh is a shell script language. You can run "xyzsh" without any arguments to use it as an interactive shell.

The following options are available

-rn
no load runtime script

--version
output version

-c " string"
Commands described by string are executed and exit immediately.

Usage

run help inner command.

Examples

$ cat > hello.xyzsh
print "Hello World" | pomch
$ xyzsh hello.xyzsh
Hello World

$ ls | xyzsh -c '|each (|if(|chomp|-d) (|print ))'
list of directories

$ xyzsh
-+- Welcome to xyzsh x.x.x -+-
run 'help' command for xyzsh help
>