linked linked linkedin whatsapp remove
Feedback

System Programming Quiz System Programming

How is the value of the shell environment variable IFS changed to comma (',')?

IFS=','; export IFS
$IFS=','; export IFS
IFS=','; export $IFS
$IFS=','

Answer:
IFS=','; export IFS

Note: This Question is unanswered, help us to find answer for this one

Related System Programming Questions and Answers: