📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    âš¡ Month End Offer - Flat 52% Off On All Courses! Enroll Now âš¡
    00:00:00 AM Left

    Question

    Which operator enables process substitution in bash

    (e.g., diff
    A >> Correct Answer Incorrect Answer
    B && Correct Answer Incorrect Answer
    C |& Correct Answer Incorrect Answer
    D <() Correct Answer Incorrect Answer
    E {} Correct Answer Incorrect Answer

    Solution

    <(command) runs command output as a file descriptor for another command. Useful for comparisons.

    Practice Next
    ask-question