0
0

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 1 year has passed since last update.

【Linux】コマンドのMemo書き

Posted at

プログラミングに関する勉強を始めたばかりで学習途中ですが、学んだことを記録として残していこうと思い投稿しています。間違っている部分がありましたらコメントなどをください。

Linuxコマンド

コマンド 説明
ls カレントディレクトリ内のファイルやディレクトリを表示するコマンド
cd ディレクトリを変更するコマンド
mkdir ディレクトリを作成するコマンド
rm ファイルを削除するコマンド
cp ファイルをコピーするコマンド
mv ファイルを移動するコマンド
cat ファイルの内容を表示するコマンド
grep ファイル内の文字列を検索するコマンド
find 指定した条件に合致するファイルを検索するコマンド
tar ファイルやディレクトリをアーカイブするコマンド
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?