i need all people help me!hic hic hic
i studing programing in Linux-Ubuntu and i have a problem when i write a C program equivalent with command "cat", "more", "head", "tail" in shell-Linux to read content of file.
thank for help me!!
Are you wanting to create your own C versions of "cat", "more", "head", and "tail"? Or are you
referring to the shell environment itself? As in, are you wanting to create your own command
based application that runs applications within your own host environment?
Or are you saying that you want to create your own scripting language similar to BASH?