/working/readme.txt
http://fatalblueshell.googlecode.com/ · Plain Text · 29 lines · 17 code · 12 blank · 0 comment · 0 complexity · 6297dec56368124cb7cc3d1d347f537e MD5 · raw file
- fatalblueshell 0.7 Changelog
- * features :
-
- * basic commands w/ arguments
- ex : ls -l --sort=size
- rm _file
-
- * infinite piping :
- ex : ls | grep _keyword1 | grep _keyword2 | grep _keyword3
-
- * basic redirection '<' & '>'
- ex : ls -l > _file
- grep < _file
-
- * exit command
- Type "exit" to quit fatalblueshell
-
-
- * Not supported yet :
-
- * background execution of commands
-
- * more complex redirections "<<" & ">>"
-
- * variables
-
- * "at" command