Questions tagged [alias]

Use this tag for questions concerning use of alias in macOS

An alias is one top two different concepts.

  1. A file that represents another object in the file system.

  2. A function of a shell. An alias is text that the shell will replace with text that is defined for each alias For zsh http://zsh.sourceforge.net/Doc/Release/Shell-Grammar.html#index-aliasing

200 questions
1
vote
1 answer

Is there an application that can check for broken aliases in Finder?

I use a lot of aliases in my file system. Many original documents are placed in global repositories and I access them by aliases grouped in "tag" folders. Therefore, when I need to delete such a document, I need to check multiple tag folders to…
4ae1e1
  • 851
0
votes
0 answers

is there a way to list all the aliases that point to a file or folder?

I have a folder that I know I've made aliases of, but I need to find where those are. Is there a way to list all the aliases that point to this folder?
joachim
  • 111