Skip to main content
I do find it more readable when the possible formatting for commands is activated ;)
Source Link

The difference in behavior between -L-L and -H-H comes when -r-r is specified as well. cp cp won't create symlinks in subdirectories with -L -r-L -r but it will if you use -H -r-H -r.

The difference in behavior between -L and -H comes when -r is specified as well. cp won't create symlinks in subdirectories with -L -r but it will if you use -H -r.

The difference in behavior between -L and -H comes when -r is specified as well. cp won't create symlinks in subdirectories with -L -r but it will if you use -H -r.

Source Link
Kyle Jones
  • 15.4k
  • 4
  • 47
  • 53

The difference in behavior between -L and -H comes when -r is specified as well. cp won't create symlinks in subdirectories with -L -r but it will if you use -H -r.