realpath not working on newly created files

前端 未结 0 796
Happy的楠姐
Happy的楠姐 2021-01-22 06:37
test :
    touch test;
    echo $(realpath test)
    echo $(shell realpath test)
    rm test

When I run make, $(realpath test)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题