explain the redirection operator.



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

Post New Answer

More Linux General Interview Questions

Tell us the difference between telnet and ssh?

1 Answers  


How do I kill an application in linux?

1 Answers  


What is UIL(user interface language)

1 Answers   Siemens,


What is the basic difference between unix and linux operating system?

1 Answers  


What is $1 in linux?

1 Answers  


Explain how you can create a folder using terminal?

1 Answers  


Why kerberos?

1 Answers  


Explain virtual desktop.

1 Answers  


Which file defines all users on your system?

8 Answers  


What is the difference between cron and anacron?

2 Answers  


What is linux? How is it different from unix?

1 Answers  


Can you run linux on any laptop?

1 Answers  


Categories