篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Fish Shell脚本设置创建并更新为云服务编码的视频的时间相关的知识,希望对你有一定的参考价值。
for filename in **/*.mp4
set -l filepath (string split "/" -- $filename)
switch $filepath[1]
case 'mp4_to_upload'
echo $filepath
case '*'
set -l mtsname (string replace .mp4 .MTS $filename)
set -l times (date -d (stat --printf="%w" $mtsname) '+%x %X')
Setfile -d $times mp4_to_upload/$filepath[2]
Setfile -m $times mp4_to_upload/$filepath[2]
end
end
以上是关于text Fish Shell脚本设置创建并更新为云服务编码的视频的时间的主要内容,如果未能解决你的问题,请参考以下文章