1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ターミナルでファイルを自在に操作するために癖付けた方がいいコマンド

Last updated at Posted at 2021-05-06

慣れるとfinderではなくターミナルでファイルを作成、削除した方が早いらしい

開発環境:
macOS catalina バージョン10.15.7
macデフォルトターミナル
VisualStudioCode

pwd 自分の居場所表示
ls 自分のいるディレクトリ配下のファイルをリストアップ
rm 削除
ls | grep 一致する文字が名前に入っているファイルをリストアップ
code ./ 自分がいるディレクトリをエディタで開く
code ~~ 自分がいるディレクトリ配下のファイルをエディタで開く

1
1
3

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?