
NAME
	R   - read file
	
SYNOPSIS
	R [filesize]

DESCRIPTION
	Reads a selected file on the smartcard and 
	displays its contents as an ASCII text. 
	Parameters for this command are:
		- file location (see also pay "f");
		- number of bytes to be read and 
		  returned to the user - [filesize]. 

EXAMPLES
	1. using pay "f" command, choose the file to read:
		f 77.77
	2. using pay "R" command, specify the number of bytes 
	   to be read from the file:
		R 16
	In our case, the 16 bytes of file "77.77" content will 
	be displayed as ASCII text.
	
