Function of file_readb command
file_readb
List<int> commandFileReadBytes(List args) { File file = expEval(args[0]); return file.readAsBytesSync(); }