如何编写Shell脚本来查找当前路径的深度?假设我在:/home/user/test/test1/test2/test3 它应该返回6。 最佳答案 fish 的简单方法:count (string split / $PWD)