Advertisement
I0I0I0I

tee not working.

Apr 25th, 2024 (edited)
195
0
21 hours
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | Source Code | 0 0
  1. This works as expected:
  2.  
  3. $ nodemon src/tits.py | grep -v nodemon 2>/dev/null
  4. 1.247219128924647
  5. 1.632993161855452
  6.  
  7. But when I do this, the only effect is that the file 'prime_100' gets created, but stays at zero length:
  8.  
  9. $ nodemon src/tits.py | grep -v nodemon 2>/dev/null | tee prime_100
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement