/working/readme.txt

http://fatalblueshell.googlecode.com/ · Plain Text · 29 lines · 17 code · 12 blank · 0 comment · 0 complexity · 6297dec56368124cb7cc3d1d347f537e MD5 · raw file

  1. fatalblueshell 0.7 Changelog
  2. * features :
  3. * basic commands w/ arguments
  4. ex : ls -l --sort=size
  5. rm _file
  6. * infinite piping :
  7. ex : ls | grep _keyword1 | grep _keyword2 | grep _keyword3
  8. * basic redirection '<' & '>'
  9. ex : ls -l > _file
  10. grep < _file
  11. * exit command
  12. Type "exit" to quit fatalblueshell
  13. * Not supported yet :
  14. * background execution of commands
  15. * more complex redirections "<<" & ">>"
  16. * variables
  17. * "at" command