List Stats For A File
The ls
command is good for listing files. Tacking on the -la
flags gives you a bunch of info about each of the listed files. To get even more info, we can use the stat
command.
That's definitely more info, but it is unlabeled and a lot to parse. We can improve the output with the -x
flag.
See man stat
for more details.
Last updated