こんにちは。
タイトルの通り, 以下のプログラムで以下のエラーが出ます.
どうしたら, 成功させれるのでしょうか.
shell
1#!/bin/bash 2 3value = "1" 4mv "he${value}t.txt" "nice.txt"
error
1./tmp.sh: line 3: value: command not found 2mv: rename het.txt to nice.txt: No such file or directory
よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/05 08:14
2019/11/05 08:15
2019/11/09 04:09