Question
USING UNIX: VI TEXT FILE.....Im new to using unix commands please help, please show work and explains or love to see someone use the unix
USING UNIX: VI TEXT FILE.....Im new to using unix commands please help, please show work and explains or love to see someone use the unix command as well
Objective: Create a file (document) using vi text editor on the UNIX system
Create a file containing your name, ID, homework number, and the list of UNIX commands given below with one line description as shown below. You must type the sequence number and use Tab key to align command and description as shown below.
Objective: Create a file (document) using vi text editor on the UNIX system
Read the chapter on the vi text editor from the text book. Create a file containing your name, ID, homework number, and the list of UNIX commands given below with one line description as shown below. You must type the sequence number and use Tab key to align command and description as shown below.
As you create the file, fill the description part for each command with one line description. Few examples for the one line description are given later for illustration.
Use of man command to obtain description info
In order to get the description information for each command, you should use the man command. The man command displays the online manual pages for the specified command. On the top of the first page, one line description will be displayed. You have to type this information in the document. For example, to get the information on the awk command, type the command as shown below:
man awk
The description portion of the awk is shown below; it was retyped from the info displayed by man awk command.
awk - pattern-directed scanning and processing language
Similarly, the description for the cp command from man cp command is given below:
cp - copy files and directory subtrees
Student Name:
Student ID:
Homework #1 Part II
1. admin
2. at
3. awk
4. bg
5. cal
6. calendar
7. cat
8. cc
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