Which command will print your home directory on screen?
Answer / Shri Ram Verma
In Unix, you can use the echo or pwd commands to display your home directory. For example: echo $HOME or pwd.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to sort the content of the file based on numeric values
in UNIX ,What is the command to view contents of a large error log file?
What is grep in bash?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
Give the command for finding the current date.
If we want to see first 35 lines of a file which command we have to use?
what are wild cards?
What is updatedb?
What is the pipe command?
Differentiate cat command from more command.
How do you repeat a command in terminal?