Infolist=($(du *))
echo "Get the list one $Infolist"
This has formed a array after quating the “()”。


Infolist=$(du *)
echo "Get the two $Infolist"
This is just a string for the Infolist.

相关文章:

  • 2021-06-19
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-09-20
猜你喜欢
  • 2022-12-23
  • 2022-03-05
  • 2022-02-05
  • 2021-10-12
  • 2021-12-04
  • 2021-08-21
相关资源
相似解决方案