In UNIX, what is the command to edit contents of the file?
Answer Posted / yuvaevergreen
vi
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
What does the command ' $who | sort –logfile > newfile' do?
How do I run a bash script?
Which unix command lists files/folders in alphabetical order?
Explain command to show the space allocation of files?
How many unix commands are there?
What is the significance of the 'tee' command?
Explain the steps that a shell follows while processing a command.
Which unix command to make a new directory?
How do I clear my terminal history?
Describe the usage and functionality of the command rm –r * in unix?
What is grep and how do you use it?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Which command will print your home directory on screen?
What is command statement?