Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 102-500 topic 1 question 74 discussion

Actual exam question from LPI's 102-500
Question #: 74
Topic #: 1
[All 102-500 Questions]

Which of the following commands puts the output of the command date into the shell variable mydate?

  • A. mydate=ג€dateג€
  • B. mydate=ג€exec dateג€
  • C. mydate=ג€$((date))ג€
  • D. mydate=ג€$(date)ג€
  • E. mydate=ג€${date}ג€
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Maxfr
Highly Voted 1 year, 6 months ago
mydate="$(date)"
upvoted 7 times
...
douivayl
Most Recent 2 weeks, 4 days ago
DESKTOP-KKVDTQ1:~$ mydate="date" DESKTOP-KKVDTQ1:~$ $mydate Tue Apr 30 00:31:01 EEST 2024 DESKTOP-KKVDTQ1:~$ mydate="$(date)" DESKTOP-KKVDTQ1:~$ $mydate Tue: command not found DESKTOP-KKVDTQ1:~$ uname -a Linux DESKTOP-KKVDTQ1 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...