Bash by example, Part 2
Bash by example, Part 2: "#!/usr/bin/env bash
echo name of script is $0
echo first argument is $1
echo second argument is $2
echo seventeenth argument is $17
echo number of arguments is $#"
echo name of script is $0
echo first argument is $1
echo second argument is $2
echo seventeenth argument is $17
echo number of arguments is $#"

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home