Computer Science Fundamentals Operating Systems Objective
Mar 08, 2013

shell script can not take input from

Choose the correct answer:
A) stdin
B) the output of the previously executed command redirected to it
C) the shell holds the script
D) All of these
Detailed Explanation

There is a facility that allows shell scripts to take input from its own contents. e.g.. grep$1<

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback