You run the wc -c file1.txt command. If this command displays any error message, you want to store the error message in the error.txt file.Which of the following commands will you use to accomplish the task?
A. wc -c file1.txt >>error.txt
B. wc -c file1.txt 1>error.txt
C. wc -c file1.txt 2>error.txt
D. wc -c file1.txt >error.txt
You run the wc -c file1.txt command. If this command displays any error message, you want to store the error message in
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
You run the wc -c file1.txt command. If this command displays any error message, you want to store the error message in
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!