Thursday, June 3

If we ran a script with the following content by typing 'posargs.sh one two three' what would it print on the screen?

#!/bin/bash
echo $0

A. one
B. one two three
C. ./posargs.sh one two three
D. ./posargs.sh


No comments:

Post a Comment