KumoCert
試験一覧
料金
ログイン
無料登録
日本語
English
LinuCレベル1 試験102(Version 10.0)対策問題集 — 分野別演習
お試し(登録不要)
問題 1 / 1
システム管理の基礎
UTF-8のテキストファイルをISO-8859-1へ変換し、新しいファイルへ出力したい。その変換を表すコマンドはどれですか。
locale -f UTF-8 -t ISO-8859-1 input.txt
iconv -f UTF-8 -t ISO-8859-1 input.txt -o output.txt
date --encoding ISO-8859-1 input.txt
export UTF-8=ISO-8859-1 input.txt
解答する