Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UNIX の現在の親ディレクトリとルート ディレクトリのパスを出力する必要があります。コマンドまたはシェルスクリプトを使用できます。現在のディレクトリと親ディレクトリに対してはなんとかそれを行うことができましたが、ルートディレクトリに対して印刷する方法がわかりません。
これが私がやったことです:
pwd
echo $(pwd) | sed -e s/\\/[^\\/]*$//