InterviewSolution
Saved Bookmarks
| 1. |
How can we capture commands displayable output in a shell variable? |
|
Answer» Enclose the command in back quotes and assign it to a variable. |
|