README 373 B

123456789101112
  1. This is a simple example program that shows how to use the stdin_to_temp
  2. function in stdin_to_temp.h in the igl library.
  3. To Build:
  4. make
  5. To Run:
  6. cat file1 | ./stdin_to_temp_demo
  7. cat file1 | ./stdin_to_temp_demo | cat >file2
  8. cat file1 | ./stdin_to_temp_demo dummy1 dummy2 | cat >file2
  9. ./stdin_to_temp_demo <file1 | cat >file2
  10. ./stdin_to_temp_demo <file1 >file2