📢 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

    In shell scripting, $1

    represents:
    A Script name Correct Answer Incorrect Answer
    B First argument passed to script Correct Answer Incorrect Answer
    C Last command executed Correct Answer Incorrect Answer
    D Process ID Correct Answer Incorrect Answer
    E Line number Correct Answer Incorrect Answer

    Solution

    $0 is script name, $1 first argument, $2 second argument, etc.

    Practice Next
    ask-question