IT Placement Papers Operating System UNIX
This category contains UNIX Interview Questions and Answers |
What does the command “$ls | wc –l > file1” do?
|
|
|
|
|
ls becomes the input to wc which counts the number of lines it receives as input and instead of displaying this count , the value is stored in file1.
Only registered users can write comments. Please login or register.
|