explain the redirection operator.
Answer / Meena Verma
In Linux, redirection operators are symbols used to redirect input or output of a command. Commonly used redirection operators include '<' for input redirection and '>' and '>>' for output redirection. For example, '< filename' reads input from 'filename', while '> filename' writes output to 'filename'. The '>> filename' appends output to 'filename' if it already exists.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell us the difference between telnet and ssh?
How do I kill an application in linux?
What is UIL(user interface language)
What is the basic difference between unix and linux operating system?
What is $1 in linux?
Explain how you can create a folder using terminal?
Why kerberos?
Explain virtual desktop.
Which file defines all users on your system?
What is the difference between cron and anacron?
What is linux? How is it different from unix?
Can you run linux on any laptop?