I want to implement a function the same as cat file. My function will be mycat(inode). It will take as input the inode of the file and print o
cat file
mycat(inode)