text Fish Shell脚本设置创建并更新为云服务编码的视频的时间

Posted

tags:

篇首语:本文由小常识网(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脚本设置创建并更新为云服务编码的视频的时间的主要内容,如果未能解决你的问题,请参考以下文章

text npm fish shell别名

fish 设置环境变量;fish shell 相关使用说明记录;

让 fish shell 与 gcloud 命令行工具一起工作?

sh 将Fish设置为Mac OS X上的默认shell

text 如何在macOS上添加conda命令到fish shell

我的鱼瞎了? (在 Mac OS Big Sur、M1 Mac 上将其设置为默认 shell 后,fish 无法识别任何命令)