Question: This is from Pro Bash Programming 2nd Edition. Exercises 1. How many arguments are there on this command line? sa $# $date +%Y %m %d)

This is from Pro Bash Programming 2nd Edition.
Exercises 1. How many arguments are there on this command line? sa $# $date "+%Y %m %d") John\ Doe 2. What potential problem exists with the following snippet? year=$( date +%Y) month=$( date +%m ) day=$( date +%d) hour=$( date +%H) minute=$( date +%M) second-$( date +%S)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
