Which of the following commands will produce the same result as start=`date`?

Which of the following commands will produce the same result as start=`date`?Category: Introduction to Linux IIAuthor "LinuxQuestions"Which of the following commands will produce the same result as start=`date`?
Linux Questions Staff asked 1 year ago

Which of the following commands will produce the same result as start=`date`?

  • start=date
  • start=%date%
  • start=$(date)
  • start=(date)

About the author