Skip to content

alfitz/alfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

##alfish

alfish is a command line shell program that can interpret and execute simple commands.

###usage [command] [options] --- execute the command
[command] [options] & --- execute the command in the background
[command1] [options] | [command2] [options] --- pipe the stdout of command1 to stdin of command2
[command] [options] > [file] --- redirect stdout to file
[command] [options] 1> [file] --- redirect stdout to file
[command] [options] 2> [file] --- redirect stderr to file
[command] [options] &> [file] --- redirect stdout and stderr to file
[command] [options] < [file] --- redirect file contents to stdin of command
[command] [options] >> [file] --- append stdout of command to file
[command] [options] 2>> [file]--- append stderr of command to file

About

A command-line emulator that can interpret and execute simple commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages