MCQOPTIONS
Saved Bookmarks
| 1. |
On executing the command Shift $v |
| A. | the positional parameters would be shifted by the value of the variable v |
| B. | the positional parameters would be shifted by 1 |
| C. | the positional parameters would not be shifted at all |
| D. | this command would result into an error |
| Answer» B. the positional parameters would be shifted by 1 | |