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.
環境変数を置き換える方法はどこでも読むことができます。しかし、$PATH 変数の先頭に新しいパスを挿入したいと考えています。sh を使用してこれを行う最も簡単な方法は何ですか?
古いものを含む新しい値を割り当てるだけです:
PATH=/new/path:${PATH}