Guest User

Untitled

a guest
Feb 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. int file = open(STDIN_FILENO, O_RDONLY)
  2.  
  3. ./myScript < test.txt
  4.  
  5. open("test.txt", O_RDONLY); // expected after running the previous command
Add Comment
Please, Sign In to add comment