I'm pretty sure that on Linux I used to be able to copy files and directories using "cp -al dir1 dir2" to make a copy of the directory that only updated the file count but didn't take up any more space on the disk.
However, on OSX Snow Leopard, the cp arguments are way different and this doesn't work. Can anyone tell me how to make copies of entire directories but not use more space on the disk?
However, on OSX Snow Leopard, the cp arguments are way different and this doesn't work. Can anyone tell me how to make copies of entire directories but not use more space on the disk?