Forrest logo
back to context overview

realpath

List of commands for realpath:

  • realpath:tldr:23914 realpath: Require all path components to exist.
    $ realpath --canonicalize-existing ${filename_or_directory}
    try on your machine
    explain this command
  • realpath:tldr:7d551 realpath: Suppress error messages.
    $ realpath --quiet ${filename_or_directory}
    try on your machine
    explain this command
  • realpath:tldr:93908 realpath: Disable symlink expansion.
    $ realpath --no-symlinks ${filename_or_directory}
    try on your machine
    explain this command
  • realpath:tldr:ea036 realpath: Resolve ".." components before symlinks.
    $ realpath --logical ${filename_or_directory}
    try on your machine
    explain this command
back to context overview