有没有办法只输出目录本身的长列表而不是其内容
Is there a way to only ouput the long list of a directory itself not its contents
有没有办法只输出目录本身的长列表而不是其内容。
ls -l directory 将内容输出为列表
ls -l filename 输出文件本身
ls -d directory_name
应该给你你想要的。
当然,它可以与 -l
或其他开关结合使用。
有没有办法只输出目录本身的长列表而不是其内容。
ls -l directory 将内容输出为列表
ls -l filename 输出文件本身
ls -d directory_name
应该给你你想要的。
当然,它可以与 -l
或其他开关结合使用。