IT

環境
macOS
git 2.32.0

操作方法
1.ターミナルを実行します。

2.以下のコマンドを実行します
brew upgrade git

IT

環境
macOS

操作方法
1.ターミナルを実行します。

2.以下のコマンドを実行します
% brew install git

3.gitのバージョンを確認します
% ...

IT

環境
macOS

操作方法
1.ターミナルを実行します。

2.「 control」 + 「L」キーを押下します。

3.画面をクリアにします。

IT

環境
macOS

操作方法
1.ターミナルを実行します。

2.wgetをインストールします
% brew install wget

3.wgetの確認
% which ...

IT

環境
macOS

操作方法
1.「fn」+ 「delete」キーを押下します。

2.一つ後ろの文字を削除します。

IT

環境
macOS

操作方法
1.control + command + Qキーを押下します。

2.画面をロックします。

3.ロックを解除する場合、任意のキーを押下しパスワードを入力し ...

IT

環境
Oracle Database 21c Express Edition Release 21.0.0.0.0

書式1
CREATE SYNONYM synonym FOR object
自分の ...

IT

環境
macOS

操作方法
1.メニューバーの「Appleメニュー」をクリックします。

2.「画面をロック」をクリックします。

3.ロック画面に切り替わります。

4.ロッ ...

IT

環境
macOS

操作方法1
% echo $SHELL
/bin/zsh
使っているシェルを表示するには、「 echo $SHELL 」を使用します。

操作方法2
利用 ...

IT

環境
macOS

操作方法
ls -Sl
サイズの大きい順にソートするには、「 -S」オプションを使用します。
結果

% ls -Sltotal 104-rw-r--r-- 1 ark ...

IT

環境

macOS

操作方法1

rm -rf *

全てのファイル・ディレクトリを削除するには、「rm」コマンドのオプション「-rf」で全て「*」を指定します。

操作方法2

IT

環境

macOS

エラーメッセージ

% brew cask install the-unarchiver

Error: `brew cask` is no longer a `brew` comman ...

IT

環境

macOS

操作方法

% brew install the-unarchiver --cask

実行結果

==> Downloading 100.0%==> Download ...

IT

環境

macOS

書式

ls -I

inode番号を取得するには、「ls」コマンドでオプション「-i」を使用します。

操作方法

ls  -I

ls - ...

IT

環境

macOS

書式

find . -mtime -日数

指定した日数以内に更新されているファイルを確認するには、「find」コマンドの「-mtime」を使用します。

操作 ...

IT

環境

macOS

操作方法

1.brewコマンドを使用してnginxをインストールします

brew install nginx

2.nginx設定ファイル

/us ...

IT

環境

macOS

操作方法

1.brewを使用してskypeをインストールします。

brew install skype

2.skypeを起動します

IT

環境

macOS

操作方法

以下のコマンドを実行すれば、バージョンを確認します。

sw_vers

実行結果

ark@arknoMacBook ~ % sw_ver ...