1329 search resultsShowing 1~20 results

Stocked
P-man_Brown

@P-man_Brown

【CLI】gh-dashの導入方法

gh-dashを使用するとターミナル上でGitHubのIssueやPRを表示できます。 インストール ghコマンドをインストール brew install gh gh-dashをインストール g...

0
0
Comment0
P-man_Brown

@P-man_Brown

【Next.js】nuqsを導入する方法

nuqsとは nuqsは状態をクエリパラメータで管理するためのライブラリです。 インストール Yarnを使用している場合、以下のコマンドを実行してインストールします。 yarn add nuqs...

0
0
Comment0
P-man_Brown

@P-man_Brown

【Mac】duコマンドの使い方

duコマンドを使用するとファイルやディレクトリのサイズを確認できます。 ディレクトリとサブディレクトリのサイズを指定した単位 (KiB/MiB/GiB) で一覧表示 du -k|m|g path...

0
1
Comment0
P-man_Brown

@P-man_Brown

【Mac】openコマンドの使い方

openコマンドを使用するとファイル、ディレクトリ、アプリケーションを開くことができます。 デフォルトのアプリケーションでファイルを開く open file.txt カレントディレクトリの特定の...

1
1
Comment0
P-man_Brown

@P-man_Brown

【Mac】caffeinateコマンドの使い方

caffeinateコマンドを使用するとスリープしないようにできます。 1時間(3600秒)スリープしないようにする caffeinate -u -t 3600 コマンドが完了するまでスリープし...

0
1
Comment0
P-man_Brown

@P-man_Brown

【Mac】dittoコマンドの使い方

dittoコマンドを使用するとファイルやディレクトリをコピーできます。 コピー先ディレクトリの内容をコピー元ディレクトリの内容で上書き ditto path/to/source_director...

0
0
Comment0
P-man_Brown

@P-man_Brown

【CLI】awkコマンドの使い方

スペースで区切られたファイルの 5 列目 を表示 awk '{print $5}' path/to/file スペースで区切られたファイルの 「foo」 を含む行の 2 列目を表示 awk '...

0
0
Comment0
P-man_Brown

@P-man_Brown

【Fish】PATHを管理する方法

追加 fish_add_pathコマンドを使用することで、$PATHに新しいディレクトリを追加できます。 fish_add_path path ... オプション -a または --append...

0
0
Comment0

1329 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in