Skip to main content
1 of 3
Stéphane Chazelas
  • 584.9k
  • 96
  • 1.1k
  • 1.7k

Try with:

(unset IFS # restore IFS to default
read -p "Enter the date:" y m d time rest_ignored
date -s "$y-$m-$d $time")
Stéphane Chazelas
  • 584.9k
  • 96
  • 1.1k
  • 1.7k