Linuxのファイル操作

ファイルとディレクトリの表示

ls

stat

file

tree

dirname

basename

ファイルとディレクトリの検索

find

locate

updatedb

which

whereis

type

ファイルとディレクトリのコピー

cp

dd

ファイルとディレクトリの移動

mv

ファイルとディレクトリの削除

rm

rmdir

ディレクトリの作成

mkdir

ファイルのタイムスタンプを変更

touch

ファイルのチェックサム

ファイルの参照

more

less

view

diff

file

xxd

hexdump

hexdump -C ※16進数とASCII文字で表示

ファイルの変換

nkf

nkf -w <from-file> > <to-file> ※文字コードをUTF-8に変換
nkf -d <from-file> > <to-file> ※改行コードをLFに変換

iconv

メタキャラクタ

メタキャラクタの種類

関連用語


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS