`grep -l .. | xargs vim` generates a warning, why?
If I run a command like
grep -rl test . | xargs vim
I get a warning "Vim: Warning: Input is not from a terminal." But I am still able to edit the files. Why the warning?
If I run a command like
grep -rl test . | xargs vim
I get a warning "Vim: Warning: Input is not from a terminal." But I am still able to edit the files. Why the warning?
No comments:
Post a Comment