mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 04:51:16 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
20
doc_src/cmds/realpath.rst
Normal file
20
doc_src/cmds/realpath.rst
Normal file
@@ -0,0 +1,20 @@
|
||||
.. _cmd-realpath:
|
||||
|
||||
realpath - Convert a path to an absolute path without symlinks
|
||||
==============================================================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
::
|
||||
|
||||
realpath PATH
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``realpath`` resolves a path to its absolute path.
|
||||
|
||||
fish provides a ``realpath`` builtin as a fallback for systems where there is no ``realpath`` command. fish's implementation always resolves its first argument, and does not support any options.
|
||||
|
||||
If the operation fails, an error will be reported.
|
||||
Reference in New Issue
Block a user