From 916ad688aa04faed38bb86acab1d798367fb81d1 Mon Sep 17 00:00:00 2001 From: Jonas Felix Date: Sat, 27 Jun 2015 19:40:39 +0200 Subject: [PATCH] adds mdls to "obscure but useful commands" mdls lists metdata of all kind of files like thx to: http://www.askdavetaylor.com/can-i-analyze-exif-information-on-the-mac-os-x-command-line/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d9563f..a18b074 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,8 @@ A few examples of piecing together commands: - `file`: identify type of a file +- `mdls`: lists metadata of files like author or camera + - `tree`: display directories and subdirectories as a nesting tree; like `ls` but recursive - `stat`: file info