项目作者: HelderMCarvalho

项目描述 :
File manipulation with system calls.
高级语言: C
项目地址: git://github.com/HelderMCarvalho/FileManipulationSystemCalls.git


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