/working/readme.txt
Plain Text | 29 lines | 17 code | 12 blank | 0 comment | 0 complexity | 6297dec56368124cb7cc3d1d347f537e MD5 | raw file
1fatalblueshell 0.7 Changelog 2 3 4 * features : 5 6 * basic commands w/ arguments 7 ex : ls -l --sort=size 8 rm _file 9 10 * infinite piping : 11 ex : ls | grep _keyword1 | grep _keyword2 | grep _keyword3 12 13 * basic redirection '<' & '>' 14 ex : ls -l > _file 15 grep < _file 16 17 * exit command 18 Type "exit" to quit fatalblueshell 19 20 21 * Not supported yet : 22 23 * background execution of commands 24 25 * more complex redirections "<<" & ">>" 26 27 * variables 28 29 * "at" command