Hi All, Can you please let me know how to grep for a
particular pattern in unix. I want to print the dates from
the file exp.txt. the date pattern is DD:MM:YYYY, I just
want to print all the dates from the file exp.txt.
Answer Posted / megharam
$date +DATE:%d-%m-%y
| Is This Answer Correct ? | 0 Yes | 13 No |
Post New Answer View All Answers
Differentiate cat command from more command.
Write a command that will display files in the current directory, in a colored, long format.
Which command should you use to find the remaining disk space in unix server?
How do I find previous commands in unix?
What do know about tee command?
What is a bash command?
What is the difference between cat and more command?
What is the use of tee command?
What is the difference between grep and grep?
What is ‘ps’ command for?
What is the use of finger command?
Which command is used to find whether the system is 32 bit or 64 bit?
Enlist some filename manipulation commands in unix.
Explain the steps that a shell follows while processing a command.
Which command is used to kill the last background job?