Answers for "write command in linux"

0

write command in linux

write(fd[1], buff, size_of(buff));	
// fd is the pipe end, 
// buff is the var/file, from where we want to write
Posted by: Guest on January-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language