Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 370 Bytes

follow-symbolic-links.md

File metadata and controls

11 lines (7 loc) · 370 Bytes

Follow Symbolic Links

Category: Mac

Files can use symbolic links (symlinks) which resolve to a different location on the filesystem. You can follow symbolic links by including -L in the command.

For example, to list files by date order which resolve using symbolic links:

ls -ltr -L /Users/gregsmith/Library/Containers/foo.bar.baz/Data/Pictures