Programming Languages Quiz
Casual Mode - Take your time!
1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice
Following test option may be used to check whether the stdin in a given script is a terminal
- [ -t 0 ]
- [ -t 1 ]
- [ -T 0 ]
- [ -T 1 ]
Casual Mode - Take your time!
Following test option may be used to check whether the stdin in a given script is a terminal