ファイルを読み取り、パターンに応じてエコーするシェルスクリプトに関するアドバイスが必要です
cat revs.txt
1
3
8:13
18:71
89
if x:x then echo "This is revs range"
else
echo " this is single rev"
ファイルを読み取り、パターンに応じてエコーするシェルスクリプトに関するアドバイスが必要です
cat revs.txt
1
3
8:13
18:71
89
if x:x then echo "This is revs range"
else
echo " this is single rev"