Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #write #command #linux
ADD COMMENT
Topic
Name
3+5 =