Question
How do I do this with unix on tera term? Can I see the actual code 1. Using the man command and redirection, create a
How do I do this with unix on tera term? Can I see the actual code
1. Using the "man" command and redirection, create a file called cat.desc containing a description of the Unix "cat" command and its options.
2. Using commands and redirection, create the following files:
a. A file containing the message "Hello Professor, how are you?" Name this file hello.
b. A file containing the current date and time message from the date command. Name this file today.
c. A file containing the calendar for the month June 2018. Name this file cal.jun.18
d. A file containing the calendar for the entire year of 2018. Name this file cal.2018
e. A file containing the long listing of names of all files you have made, showing their creation date, bytes contained, etc. Name this file dir.lab1
3. Write the command you used to create each file on a text file using echo or cat. Name this file cmds.lab1
Step 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