Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hello, I just need a command of each number between 1 and 10. I would be happy if someone helped me with this. 1. From
Hello, I just need a command of each number between 1 and 10. I would be happy if someone helped me with this.
1. From your home directory, redirect the output of the ls command to ls_output.txt 2. Append the output of the date command to the file you just created. 3. Find all files in /etc with the filename hostname while redirecting all error messages to error.txt 4. Do the same thing but redirect both standard output and standard error to find_output.txt and find_error.txt 5. Do the same thing but redirect both standard output and standard error to the same file called find_output.txt 6. Translate all lower-case characters to upper-case in /etc/hosts. 7. Translate all lower-case characters to upper-case in /etc/hosts and save the output in / myhosts 8. View the output of lsI/ etc one page at a time. 9. Extract field 7 from /etc/passwd, sort the output, and then eliminate duplicate lines with a command on one line. 10. Count the number of occurrences of man in the command history and redirect to count.txtStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started