File manipulation with system calls.
Command | Description |
---|---|
mostra <file> |
List the content of the file |
conta <file> |
Counts the characters of the file |
apaga <file> |
Deletes the file |
informa <file> |
Shows file information |
acrescenta <file1> <file2> |
Adds the content of file2 in file1 |
dista <directory> |
Lists the directory content |
termina |
Stop execution |