Conditionally create symbolic link by filesize using find exec ubuntu 10.04
- by jmlw
I have an interesting problem. I'm trying to create symbolic links in a single folder, for all files in a directory which are larger than a specified size.
For clarification, here is an example:
/Files
/Large_Files
/LargeFile1_symlink
/LargeFile2_symlink
/Folder1
/file_a
/file_b
/Folder2
…