ナビゲーション

  • fish-shell »
  • fish-shell 4.6.0-g6fb5e53 ドキュメント »
  • コマンド »
  • realpath - convert a path to an absolute path without symlinks
  • This documents an old version of fish. See the latest release.

Documents

  • はじめに
  • よくある質問(FAQ)
  • 対話的(インタラクティブ)な使用
  • fish言語
  • コマンド
  • Fish for bash users
  • チュートリアル
  • 独自の補完を作成する
  • Writing your own prompt
  • Design
  • Release notes
  • ターミナルとの互換性
  • fish への貢献
  • License

クイック検索

Sections

  • realpath - convert a path to an absolute path without symlinks
    • Synopsis
    • Description

realpath - convert a path to an absolute path without symlinks¶

Synopsis¶

realpath [OPTIONS] PATH

Description¶

realpath follows all symbolic links encountered for the provided PATH, printing the absolute path resolved. fish provides a realpath-alike builtin intended to enrich systems where no such command is installed by default.

If a realpath command exists, that will be preferred. builtin realpath will explicitly use the fish implementation of realpath.

The following options are available:

-s or --no-symlinks

Don't resolve symlinks, only make paths absolute, squash multiple slashes and remove trailing slashes.

-h or --help

Displays help about using this command.

ナビゲーション

  • fish-shell »
  • fish-shell 4.6.0-g6fb5e53 ドキュメント »
  • コマンド »
  • realpath - convert a path to an absolute path without symlinks
  • This documents an old version of fish. See the latest release.
© 著作権 fish-shell developers.
Found a bug?
Created using Sphinx 9.1.0.