LoginSignup
0
0

More than 5 years have passed since last update.

一般ユーザでもjqコマンドのPATHが通せる使い方

Posted at

PATHの書き換えはしなくても良いのです。
ユーザのホームディレクトリ以下にbinディレクトリを作り、バイナリを放り込むのみ。

$ mkdir ~/bin
$ wget http://stedolan.github.io/jq/download/linux64/jq -O ~/bin/jq
$ chmod +x ~/bin/jq

このからくりや、詳しい事については次の記事が詳しい。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0