エンジニアを目指す初学者に向けて、わかりやすく解説したブログです。
サイトをリニューアルしました
zsh

【Linux】sshログアウトしてもコマンドをバックグラウンドで実行する

Featured image of the post

nohupコマンドを使うと良い。既にコマンドを実行してしまい、中断できない場合についても解説した。

grepで特定のディレクトリを検索対象から除外する

Featured image of the post

--exclude-dirオプションを使うことで、node_modulesやdist、.gitなど特定のディレクトリを検索対象外にすることができる。

【zsh】.zshrcと.zprofileの違い、使い分け

Featured image of the post

シェルの設定をどこに書けばよいか迷ったときのための記事。

【zsh】プラグインマネージャーを導入する

Featured image of the post

【zsh】プロンプトにgitの状態を表示する

Featured image of the post

ダブルクォートがエスケープされたjsonを整形する

Featured image of the post

jqコマンドの -rオプションを使うことで実現可能。