Skip to content

Instantly share code, notes, and snippets.

@SalmonKing72
Last active April 1, 2020 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SalmonKing72/9cfec5223fb0669c0ebf41e8a02b9a2d to your computer and use it in GitHub Desktop.
Save SalmonKing72/9cfec5223fb0669c0ebf41e8a02b9a2d to your computer and use it in GitHub Desktop.
command to find symlinks in a directory to a specific file
find -L /dir/to/start -samefile /tmp/orig.file
# find your local ip address on wireless adapater
ipconfig getifaddr en0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment