-->
当前位置:首页 > 题库 > 正文内容

单选题:Using command substitution, how would you display the value of t

Luz3年前 (2021-05-10)题库479
Using command substitution, how would you display the value of the present working directory? @[A](1)
A. echo $(pwd)
B. echo pwd
C. $pwd
D. pwd | echo





A.echo $(pwd)
B.echo pwd
C.$pwd
D.pwd | echo


答案:A

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。